web\Response getStatusCode()

getStatusCode() public method public integer getStatusCode ( )return integer The HTTP status code to send with the response.

web\Response getIsServerError()

getIsServerError() public method public boolean getIsServerError ( )return boolean Whether this response indicates a server error

web\UrlRule $mode

$mode public property A value indicating if this rule should be used for both request parsing and URL creation, parsing only, or creation only. If not set or 0, it means the rule is both request parsing and URL creation. If it is PARSING_ONLY, the rule is for request parsing only. If it is CREATION_ONLY, the rule is for URL creation only. public integer $mode = null

db\TableSchema $columnNames

$columnNames public read-only property List of column names public array getColumnNames ( )

db\ColumnSchema $allowNull

$allowNull public property Whether this column can be null. public boolean $allowNull = null

rbac\BaseManager getPermissions()

getPermissions() public method Returns all permissions in the system. public yii\rbac\Permission[] getPermissions ( )return yii\rbac\Permission[] All permissions in the system. The array is indexed by the permission names.

web\Request loadCookies()

loadCookies() protected method Converts $_COOKIE into an array of yii\web\Cookie. protected array loadCookies ( )return array The cookies obtained from request throws yii\base\InvalidConfigException if $cookieValidationKey is not set when $enableCookieValidation is true

web\UrlManager init()

init() public method Initializes UrlManager. public void init ( )

validators\DateValidator $minString

$minString public property (available since version 2.0.4) User friendly value of lower limit to display in the error message. If this property is null, the value of $min will be used (before parsing). public string $minString = null

db\Transaction $isActive

$isActive public read-only property Whether this transaction is active. Only an active transaction can commit() or rollBack(). public boolean getIsActive ( )