doc block correction

This commit is contained in:
euromark 2012-12-01 10:34:02 +01:00
parent e1e4d93134
commit d4af674ccb

View file

@ -422,8 +422,8 @@ class View extends Object {
/**
* Checks if an element exists
*
* @param string $name Name of template file in the/app/View/Elements/ folder,
* or `MyPlugin.template` to use the template element from MyPlugin. If the element
* @param string $name Name of template file in the /app/View/Elements/ folder,
* or `MyPlugin.template` to check the template element from MyPlugin. If the element
* is not found in the plugin, the normal view path cascade will be searched.
* @return boolean Success
*/