mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-02-07 12:36:25 +00:00
update doc block
This commit is contained in:
parent
9058f0f6f1
commit
e948598277
1 changed files with 3 additions and 3 deletions
|
@ -108,12 +108,12 @@ class CakePlugin {
|
||||||
* {{{
|
* {{{
|
||||||
* CakePlugin::loadAll(array(
|
* CakePlugin::loadAll(array(
|
||||||
* array('bootstrap' => true),
|
* array('bootstrap' => true),
|
||||||
* 'DebugKit' => array('routes' => true),
|
* 'DebugKit' => array('routes' => true, 'bootstrap' => false),
|
||||||
* ))
|
* ))
|
||||||
* }}}
|
* }}}
|
||||||
*
|
*
|
||||||
* The above example will load the bootstrap file for all plugins, but for DebugKit it will only load the routes file
|
* The above example will load the bootstrap file for all plugins, but for DebugKit it will only load
|
||||||
* and will not look for any bootstrap script.
|
* the routes file and will not look for any bootstrap script.
|
||||||
*
|
*
|
||||||
* @param array $options
|
* @param array $options
|
||||||
* @return void
|
* @return void
|
||||||
|
|
Loading…
Add table
Reference in a new issue