web\Response $isClientError

$isClientError public read-only property Whether this response indicates a client error public boolean getIsClientError ( )

elasticsearch\BatchQueryResult __destruct()

__destruct() public method Destructor. public void __destruct ( )

mail\BaseMailer $htmlLayout

$htmlLayout public property HTML layout view name. This is the layout used to render HTML mail body. The property can take the following values: a relative view name: a view file relative to $viewPath, e.g., 'layouts/html'. a path alias: an absolute view file path specified as a path alias, e.g., '@app/mail/html'. a boolean false: the layout is disabled. public string|boolean $htmlLayout = 'layouts/html'

log\EmailTarget export()

export() public method Sends log messages to specified email addresses. public void export ( )

i18n\GettextMessageSource $useMoFile

$useMoFile public property public boolean $useMoFile = true

console\controllers\MessageController $ignoreCategories

$ignoreCategories public property Message categories to ignore. For example, 'yii', 'app*', 'widgets/menu', etc. See also isCategoryIgnored(). public array $ignoreCategories = []

authclient\AuthAction setSuccessUrl()

setSuccessUrl() public method public void setSuccessUrl ( $url )$url string Successful URL.

mongodb\rbac\MongoDbManager $itemCollection

$itemCollection public property The name of the collection storing authorization items. Defaults to "auth_item". public string|array $itemCollection = 'auth_item'

mongodb\rbac\MongoDbManager addRule()

addRule() protected method Adds a rule to the RBAC system. protected boolean addRule ( $rule )$rule yii\rbac\Rule The rule to add return boolean Whether the rule is successfully added to the system throws Exception if data validation or saving fails (such as the name of the rule is not unique)

console\Application coreComponents()

coreComponents() public method Returns the configuration of core application components. public void coreComponents ( )