debug\Module getToolbarHtml()

getToolbarHtml() public method (available since version 2.0.7) Gets the Toolbars html public void getToolbarHtml ( )

base\Security $cipher

$cipher public property The cipher to use for encryption and decryption. public string $cipher = 'AES-128-CBC'

rbac\PhpManager init()

init() public method Initializes the application component. This method overrides parent implementation by loading the authorization data from PHP script. public void init ( )

mongodb\Collection listIndexes()

listIndexes() public method (available since version 2.1) Returns the list of defined indexes. public array listIndexes ( $options = [] )$options array List of options in format: optionName => optionValue. return array List of indexes info.

mongodb\Database $name

$name public property Name of this database. public string $name = null

console\Controller getActionMethodReflection()

getActionMethodReflection() protected method protected ReflectionMethod getActionMethodReflection ( $action )$action yii\base\Action

mongodb\validators\MongoDateValidator $mongoDateAttribute

$mongoDateAttribute public property The name of the attribute to receive the parsing result as \MongoDate instance. When this property is not null and the validation is successful, the named attribute will receive the parsing result as \MongoDate instance. This can be the same attribute as the one being validated. If this is the case, the original value will be overwritten with the value after successful validation. public string $mongoDateAttribute = null

bootstrap\NavBar $brandOptions

$brandOptions public property The HTML attributes of the brand link. See also yii\helpers\Html::renderTagAttributes() for details on how attributes are being rendered. public array $brandOptions = []

elasticsearch\QueryBuilder $db

$db public property The database connection. public yii\elasticsearch\Connection $db = null

data\ActiveDataProvider prepareModels()

prepareModels() protected method Prepares the data models that will be made available in the current page. protected array prepareModels ( )return array The available data models