console\Controller $passedOptionValues

$passedOptionValues public read-only property The properties corresponding to the passed options public array getPassedOptionValues ( )

base\ActionEvent $action

$action public property The action currently being executed public yii\base\Action $action = null

mongodb\rbac\MongoDbManager loadFromCache()

loadFromCache() public method Loads data from cache public void loadFromCache ( )

db\Schema isReadQuery()

isReadQuery() public method Returns a value indicating whether a SQL statement is for read purpose. public boolean isReadQuery ( $sql )$sql string The SQL statement return boolean Whether a SQL statement is for read purpose.

debug\models\search\Profile $category

$category public property Method attribute input search value public string $category = null

elasticsearch\DebugAction $panel

$panel public property public yii\elasticsearch\DebugPanel $panel = null

rest\ActiveController $updateScenario

$updateScenario public property The scenario used for updating a model. See also yii\base\Model::scenarios(). public string $updateScenario = \yii\base\Model::SCENARIO_DEFAULT

grid\GridView $headerRowOptions

$headerRowOptions public property The HTML attributes for the table header row. See also yii\helpers\Html::renderTagAttributes() for details on how attributes are being rendered. public array $headerRowOptions = []

mongodb\BatchQueryResult fetchData()

fetchData() protected method Fetches the next batch of data. protected array fetchData ( )return array The data fetched

debug\Module beforeAction()

beforeAction() public method This method is invoked right before an action within this module is executed. The method will trigger the EVENT_BEFORE_ACTION event. The return value of the method will determine whether the action should continue to run. In case the action should not run, the request should be handled inside of the beforeAction code by either providing the necessary output or redirecting the request. Otherwise the response will be empty. If you override this method, your code s