mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-06 19:42:41 +00:00
Add/move docblocks to make text available in the API docs
This commit is contained in:
parent
df097796c4
commit
c836ba08a3
56 changed files with 163 additions and 65 deletions
|
@ -18,7 +18,8 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* CakePlugin class
|
||||
* CakePlugin is responsible for loading and unloading plugins. It also can
|
||||
* retrieve plugin paths and load their bootstrap and routes files.
|
||||
*
|
||||
* @package Cake.Core
|
||||
* @link http://book.cakephp.org/2.0/en/plugins.html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue