mongodb\ActiveQuery init()

init() public method Initializes the object. This method is called at the end of the constructor. The default implementation will trigger an EVENT_INIT event. If you override this method, make sure you call the parent implementation at the end to ensure triggering of the event. public void init ( )

rbac\ManagerInterface createRole()

createRole() public abstract method Creates a new Role object. Note that the newly created role is not added to the RBAC system yet. You must fill in the needed data and call add() to add it to the system. public abstract yii\rbac\Role createRole ( $name )$name string The role name return yii\rbac\Role The new Role object

widgets\LinkSorter init()

init() public method Initializes the sorter. public void init ( )

db\QueryBuilder addColumn()

addColumn() public method Builds a SQL statement for adding a new DB column. public string addColumn ( $table, $column, $type )$table string The table that the new column will be added to. The table name will be properly quoted by the method. $column string The name of the new column. The name will be properly quoted by the method. $type string The column type. The getColumnType() method will be invoked to convert abstract column type (if any) into the physical one. Anything that is

console\controllers\ServeController $router

$router public property Path to router script. See https://secure.php.net/manual/en/features.commandline.webserver.php public string $router = null

widgets\InputWidget $name

$name public property The input name. This must be set if $model and $attribute are not set. public string $name = null

web\Request setAcceptableContentTypes()

setAcceptableContentTypes() public method Sets the acceptable content types. Please refer to getAcceptableContentTypes() on the format of the parameter. See also: getAcceptableContentTypes() parseAcceptHeader() public void setAcceptableContentTypes ( $value )$value array The content types that are acceptable by the end user. They should be ordered by the preference level.

db\Connection open()

open() public method Establishes a DB connection. It does nothing if a DB connection has already been established. public void open ( )throws yii\db\Exception if connection fails

gii\Generator 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 ( )

faker\FixtureController getGenerator()

getGenerator() public method Returns Faker generator instance. Getter for private property. public \Faker\Generator getGenerator ( )