test\BaseActiveFixture $data

$data public property The data rows. Each array element represents one row of data (column name => column value). public array $data = []

web\UrlManager getHostInfo()

getHostInfo() public method Returns the host info that is used by createAbsoluteUrl() to prepend to created URLs. public string getHostInfo ( )return string The host info (e.g. "http://www.example.com") that is used by createAbsoluteUrl() to prepend to created URLs. throws yii\base\InvalidConfigException if running in console application and $hostInfo is not configured.

console\controllers\BaseMigrateController actionUp()

actionUp() public method Upgrades the application by applying new migrations. For example, yii migrate # apply all new migrations yii migrate 3 # apply the first 3 new migrations public integer actionUp ( $limit = 0 )$limit integer The number of new migrations to be applied. If 0, it means applying all available new migrations. return integer The status of the action execution. 0 means normal, other values mean abnormal.

rbac\ManagerInterface getChildren()

getChildren() public abstract method Returns the child permissions and/or roles. public abstract yii\rbac\Item[] getChildren ( $name )$name string The parent name return yii\rbac\Item[] The child permissions and/or roles

console\controllers\BaseMigrateController actionNew()

actionNew() public method Displays the un-applied new migrations. This command will show the new migrations that have not been applied. For example, yii migrate/new # showing the first 10 new migrations yii migrate/new 5 # showing the first 5 new migrations yii migrate/new all # showing all new migrations public void actionNew ( $limit = 10 )$limit integer The maximum number of new migrations to be displayed. If it is all, all available new migrations will be displayed. throws yi

mongodb\rbac\MongoDbManager getPermissionsByUser()

getPermissionsByUser() public method Returns all permissions that the user has. public yii\rbac\Permission[] getPermissionsByUser ( $userId )$userId string|integer The user ID (see yii\web\User::$id) return yii\rbac\Permission[] All permissions that the user has. The array is indexed by the permission names.

jui\DatePicker $attribute

$attribute public property The model attribute that this widget is associated with. The value of the attribute will be converted using `Yii::$app->formatter->asDate()` with the $dateFormat if it is not null. public string $attribute = null

mongodb\debug\MongoDbPanel $name

$name public read-only property Name of the panel public string getName ( )

web\View clear()

clear() public method Clears up the registered meta tags, link tags, css/js scripts and files. public void clear ( )

bootstrap\Carousel $controls

$controls public property The labels for the previous and the next control buttons. If false, it means the previous and the next control buttons should not be displayed. public array|boolean $controls = ['‹', '›']