mongodb\rbac\MongoDbManager loadFromCache()

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

console\Response

All Classes | Properties | Methods Inheritance yii\console\Response » yii\base\Response » yii\base\Component » yii\base\Object Implements yii\base\Configurable Available since version 2.0 Source Code https://github.com/yiisoft/yii2/blob/master/framework/console/Response.php The console Response represents the result of a console application. Public Properties Property Type Description Defined By $behaviors yii\base\Behavior[] List of behaviors attached to this component yii\base\Compon

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

bootstrap\Modal $size

$size public property The modal size. Can be SIZE_LARGE or SIZE_SMALL, or empty for default. public string $size = null

db\Schema $tableNames

$tableNames public read-only property All table names in the database. public string[] getTableNames ( $schema = '', $refresh = false )

validators\DateValidator init()

init() public method Initializes the object. This method is invoked at the end of the constructor after the object is initialized with the given configuration. public void init ( )

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