debug\panels\DbPanel getModels()

getModels() protected method Returns an array of models that represents logs of the current request. Can be used with data providers such as \yii\data\ArrayDataProvider. protected array getModels ( )return array Models

mongodb\BatchQueryResult valid()

valid() public method Returns whether there is a valid dataset at the current position. This method is required by the interface Iterator. public boolean valid ( )return boolean Whether there is a valid dataset at the current position.

jui\Selectable $items

$items public property List of selectable items. Each item can be a string representing the item content or an array of the following structure: [ 'content' => 'item content', // the HTML attributes of the item container tag. This will overwrite "itemOptions". 'options' => [], ] public array $items = []

rbac\PhpManager removeAllAssignments()

removeAllAssignments() public method Removes all role assignments. public void removeAllAssignments ( )

bootstrap\BootstrapThemeAsset $css

$css public property public $css = ['css/bootstrap-theme.css']

db\Migration renameTable()

renameTable() public method Builds and executes a SQL statement for renaming a DB table. public void renameTable ( $table, $newName )$table string The table to be renamed. The name will be properly quoted by the method. $newName string The new table name. The name will be properly quoted by the method.

mongodb\Query buildCursor()

buildCursor() public method Builds the Mongo cursor for this query. public \MongoDB\Driver\Cursor buildCursor ( $db = null )$db yii\mongodb\Connection The database connection used to execute the query. return \MongoDB\Driver\Cursor Mongo cursor instance.

data\BaseDataProvider getPagination()

getPagination() public method Returns the pagination object used by this data provider. Note that you should call prepare() or getModels() first to get correct values of yii\data\Pagination::$totalCount and yii\data\Pagination::$pageCount. public yii\data\Pagination|false getPagination ( )return yii\data\Pagination|false The pagination object. If this is false, it means the pagination is disabled.

mongodb\validators\MongoIdValidator validateValue()

validateValue() protected method Validates a value. A validator class can implement this method to support data validation out of the context of a data model. protected array|null validateValue ( $value )$value mixed The data value to be validated. return array|null The error message and the parameters to be inserted into the error message. Null should be returned if the data is valid. throws yii\base\NotSupportedException if the validator does not supporting data validation withou

widgets\Menu normalizeItems()

normalizeItems() protected method Normalizes the $items property to remove invisible items and activate certain items. protected array normalizeItems ( $items, &$active )$items array The items to be normalized. $active boolean Whether there is an active child menu item. return array The normalized menu items