grid\GridView $filterPosition

$filterPosition public property Whether the filters should be displayed in the grid view. Valid values include: FILTER_POS_HEADER: the filters will be displayed on top of each column's header cell. FILTER_POS_BODY: the filters will be displayed right below each column's header cell. FILTER_POS_FOOTER: the filters will be displayed below each column's footer cell. public string $filterPosition = self::FILTER_POS_BODY

db\ActiveRecordInterface link()

link() public abstract method Establishes the relationship between two records. The relationship is established by setting the foreign key value(s) in one record to be the corresponding primary key value(s) in the other record. The record with the foreign key will be saved into database without performing validation. If the relationship involves a junction table, a new row will be inserted into the junction table which contains the primary key values from both records. This method requires

web\Response getIsEmpty()

getIsEmpty() public method public boolean getIsEmpty ( )return boolean Whether this response is empty

bootstrap\ButtonDropdown $options

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

console\Controller stdout()

stdout() public method Prints a string to STDOUT You may optionally format the string with ANSI codes by passing additional parameters using the constants defined in yii\helpers\Console. Example: $this->stdout('This will be red and underlined.', Console::FG_RED, Console::UNDERLINE); public integer|boolean stdout ( $string )$string string The string to print return integer|boolean Number of bytes printed or false on error

behaviors\SluggableBehavior $attribute

$attribute public property The attribute or list of attributes whose value will be converted into a slug public string|array $attribute = null

db\sqlite\QueryBuilder truncateTable()

truncateTable() public method Builds a SQL statement for truncating a DB table. public string truncateTable ( $table )$table string The table to be truncated. The name will be properly quoted by the method. return string The SQL statement for truncating a DB table.

base\Application $response

$response public read-only property The response component. public yii\web\Response|yii\console\Response getResponse ( )

bootstrap\BootstrapWidgetTrait getView()

getView() public abstract method See also \yii\bootstrap\yii\base\Widget::getView(). public abstract yii\web\View getView ( )return yii\web\View The view object that can be used to render views or view files.

authclient\QQ initUserAttributes()

initUserAttributes() protected method Initializes authenticated user attributes. protected array initUserAttributes ( )return array Auth user attributes.