mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Fix param documentation in App::import
This commit is contained in:
parent
3de5913cda
commit
377cd09062
1 changed files with 1 additions and 2 deletions
|
@ -152,7 +152,6 @@ class App {
|
||||||
*
|
*
|
||||||
* @var array
|
* @var array
|
||||||
*/
|
*/
|
||||||
protected static $_packages = array();
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the templates for each customizable package path in the application
|
* Holds the templates for each customizable package path in the application
|
||||||
|
@ -591,7 +590,7 @@ class App {
|
||||||
*
|
*
|
||||||
* @param string|array $type The type of Class if passed as a string, or all params can be passed as
|
* @param string|array $type The type of Class if passed as a string, or all params can be passed as
|
||||||
* a single array to $type.
|
* a single array to $type.
|
||||||
* @param string $name Name of the Class or a unique name for the file
|
* @param string|array $name Name of the Class or a unique name for the file
|
||||||
* @param bool|array $parent boolean true if Class Parent should be searched, accepts key => value
|
* @param bool|array $parent boolean true if Class Parent should be searched, accepts key => value
|
||||||
* array('parent' => $parent, 'file' => $file, 'search' => $search, 'ext' => '$ext');
|
* array('parent' => $parent, 'file' => $file, 'search' => $search, 'ext' => '$ext');
|
||||||
* $ext allows setting the extension of the file name
|
* $ext allows setting the extension of the file name
|
||||||
|
|
Loading…
Reference in a new issue