aliasHandler() public method
Resolves Yii alias into file path
| public boolean|string aliasHandler ( $type, $name, &$content, &$modified, \Smarty $smarty ) | ||
|---|---|---|
| $type | string | |
| $name | string | |
| $content | string | |
| $modified | string | |
| $smarty | \Smarty | |
| return | boolean|string |
Path to file or false if it's not found |
Please login to continue.