web\Application $response

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

sphinx\ActiveRecord insert()

insert() public method Inserts a row into the associated Sphinx index using the attribute values of this record. This method performs the following steps in order: call beforeValidate() when $runValidation is true. If validation fails, it will skip the rest of the steps; call afterValidate() when $runValidation is true. call beforeSave(). If the method returns false, it will skip the rest of the steps; insert the record into index. If this fails, it will skip the rest of the steps; call aft

web\View endBody()

endBody() public method Marks the ending of an HTML body section. public void endBody ( )

swiftmailer\Message $textBody

$textBody public write-only property Message plain text content. public $this setTextBody ( $text )

web\Response $isServerError

$isServerError public read-only property Whether this response indicates a server error public boolean getIsServerError ( )

db\mssql\QueryBuilder addCommentOnColumn()

addCommentOnColumn() public method (available since version 2.0.8) Builds a SQL command for adding comment to column public string addCommentOnColumn ( $table, $column, $comment )$table string The table whose column is to be commented. The table name will be properly quoted by the method. $column string The name of the column to be commented. The column name will be properly quoted by the method. $comment string The text of the comment to be added. The comment will be properly quoted

validators\FileValidator $minSize

$minSize public property The minimum number of bytes required for the uploaded file. Defaults to null, meaning no limit. See also $tooSmall for the customized message for a file that is too small. public integer $minSize = null

web\ErrorHandler $previousExceptionView

$previousExceptionView public property The path of the view file for rendering previous exceptions. public string $previousExceptionView = '@yii/views/errorHandler/previousException.php'

widgets\DetailView $template

$template public property The template used to render a single attribute. If a string, the token {label} and {value} will be replaced with the label and the value of the corresponding attribute. If a callback (e.g. an anonymous function), the signature must be as follows: function ($attribute, $index, $widget) where $attribute refer to the specification of the attribute being rendered, $index is the zero-based index of the attribute in the $attributes array, and $widget refers to this widg

web\View $assetManager

$assetManager public property The asset manager. Defaults to the "assetManager" application component. public yii\web\AssetManager getAssetManager ( )public void setAssetManager ( $value )