diff options
author | wei <> | 2006-05-11 11:35:35 +0000 |
---|---|---|
committer | wei <> | 2006-05-11 11:35:35 +0000 |
commit | cc61c2d74e151a7fb75303f8740edfe74cdd9eb8 (patch) | |
tree | 3d57f3db231469caaadf42eabe095cc6f17b9950 /framework/Web/TAssetManager.php | |
parent | 90e706cda83d3b64a5508ed182956a1e3110ff26 (diff) |
Update api docs and add API search
Diffstat (limited to 'framework/Web/TAssetManager.php')
-rw-r--r-- | framework/Web/TAssetManager.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/framework/Web/TAssetManager.php b/framework/Web/TAssetManager.php index deae32ff..9a4ad3e5 100644 --- a/framework/Web/TAssetManager.php +++ b/framework/Web/TAssetManager.php @@ -148,7 +148,8 @@ class TAssetManager extends TModule * @param boolean If true, file modification time will be checked even if the application
* is in performance mode.
* @return string an absolute URL to the published directory
- * @throw TInvalidDataValueException if the file path to be published is invalid
+ * @throws TInvalidDataValueException if the file path to be published is
+ * invalid
*/
public function publishFilePath($path,$checkTimestamp=false)
{
|