mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
doc block correction
This commit is contained in:
parent
e1e4d93134
commit
d4af674ccb
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue