for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace roaresearch\yii2\roa\controllers;
/**
* Shows the fact sheet for the api version its contained.
*
* @property \roaresearch\yii2\roa\modules\ApiVersion $module
* @author Angel (Faryshta) Guevara <[email protected]>
*/
class ApiVersionController extends \yii\rest\Controller
{
* @inheritdoc
public function behaviors()
return [];
}
* List of all the resources available for the parent module api version.
* @return array
public function actionIndex()
return $this->module->getFactSheet();