dev-master
9999999-dev https://github.com/bSushil/meta-actionsYii 2 Meta. Finds and lists actions in controllers/models/modules
MIT
The Requires
- php >=5.4.0
by Sushil Bajimaya
extension yii2
Yii 2 Meta. Finds and lists actions in controllers/models/modules
Yii 2 Meta. Finds and lists actions in controllers/models/modules, (*1)
The preferred way to install this extension is through composer., (*2)
This extension is based upon MetaData extension for Yii 1.x created by Vitaliy Stepanenko. It is modified to work with Yii 2.x., (*3)
Either run, (*4)
php composer.phar require --prefer-dist bsushil/meta "dev-master"
or add, (*5)
"bsushil/meta": "dev-master"
to the require section of your composer.json
file., (*6)
Once the extension is installed, simply use it in your code by :, (*7)
php
<?= \sspl\MetaData::getControllersActions(); ?>
, (*8)
Yii 2 Meta. Finds and lists actions in controllers/models/modules
MIT
extension yii2