mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +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(
|
||||
* 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
|
||||
* and will not look for any bootstrap script.
|
||||
* The above example will load the bootstrap file for all plugins, but for DebugKit it will only load
|
||||
* the routes file and will not look for any bootstrap script.
|
||||
*
|
||||
* @param array $options
|
||||
* @return void
|
||||
|
|
Loading…
Add table
Reference in a new issue