(Fixes issue 2974) Fixed CWebModule::getLayoutPath phpdoc

This commit is contained in:
alexander.makarow
2011-11-21 01:51:00 +00:00
parent 9a8c67b4c1
commit 429d6ce9ab

View File

@@ -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()
{