grid\GridView $afterRow

$afterRow public property An anonymous function that is called once AFTER rendering each data model. It should have the similar signature as $rowOptions. The return result of the function will be rendered directly. public Closure $afterRow = null

behaviors\AttributeTypecastBehavior beforeSave()

beforeSave() public method Handles owner 'afterInsert' and 'afterUpdate' events, ensuring attribute typecasting. public void beforeSave ( $event )$event yii\base\Event Event instance.

codeception\TestCase destroyApplication()

destroyApplication() protected method Destroys the application instance created by mockApplication(). protected void destroyApplication ( )

gii\generators\module\Generator $name

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

grid\GridView $showFooter

$showFooter public property Whether to show the footer section of the grid table. public boolean $showFooter = false

db\Schema createColumnSchemaBuilder()

createColumnSchemaBuilder() public method (available since version 2.0.6) Create a column schema builder instance giving the type and value precision. This method may be overridden by child classes to create a DBMS-specific column schema builder. public yii\db\ColumnSchemaBuilder createColumnSchemaBuilder ( $type, $length = null )$type string Type of the column. See yii\db\ColumnSchemaBuilder::$type. $length integer|string|array Length or precision of the column. See yii\db\ColumnSch

mongodb\rbac\MongoDbManager $assignmentCollection

$assignmentCollection public property The name of the collection storing authorization item assignments. Defaults to "auth_assignment". public string|array $assignmentCollection = 'auth_assignment'

Aliases

Defining Aliases Resolving Aliases Using Aliases Predefined Aliases Extension Aliases Aliases are used to represent file paths or URLs so that you don't have to hard-code absolute paths or URLs in your project. An alias must start with the @ character to be differentiated from normal file paths and URLs. Alias defined without leading @ will be prefixed with @ character. Yii has many pre-defined aliases already available. For example, the alias @yii represents the installation path of the Yii f

base\Controller $id

$id public property The ID of this controller. public string $id = null

bootstrap\Alert $body

$body public property The body content in the alert component. Note that anything between the begin() and end() calls of the Alert widget will also be treated as the body content, and will be rendered before this. public string $body = null