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

bootstrap\ActiveField radio()

radio() public method Renders a radio button. This method will generate the checked tag attribute according to the model attribute value. public $this radio ( $options = [], $enclosedByLabel = true )$options array The tag options in terms of name-value pairs. The following options are specially handled: uncheck: string, the value associated with the uncheck state of the radio button. If not set, it will take the default value 0. This method will render a hidden input so that if the radi

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 ( )

web\Request $isPost

$isPost public read-only property Whether this is a POST request. public boolean getIsPost ( )