mirror of
https://github.com/yiisoft/yii.git
synced 2026-03-06 16:16:53 +01:00
(Fixes issue 2974) Fixed CWebModule::getLayoutPath phpdoc
This commit is contained in:
@@ -131,7 +131,8 @@ class CWebModule extends CModule
|
||||
}
|
||||
|
||||
/**
|
||||
* @return string the root directory of layout files. Defaults to 'protected/views/layouts'.
|
||||
* @return string the root directory of layout files. Defaults to 'moduleDir/views/layouts' where
|
||||
* moduleDir is the directory containing the module class.
|
||||
*/
|
||||
public function getLayoutPath()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user