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)

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'

i18n\GettextMessageSource $useMoFile

$useMoFile public property public boolean $useMoFile = true

log\EmailTarget export()

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

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'

elasticsearch\BatchQueryResult __destruct()

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

web\Response $isClientError

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

base\ErrorHandler $memoryReserveSize

$memoryReserveSize public property The size of the reserved memory. A portion of memory is pre-allocated so that when an out-of-memory issue occurs, the error handler is able to handle the error with the help of this reserved memory. If you set this value to be 0, no memory will be reserved. Defaults to 256KB. public integer $memoryReserveSize = 262144

base\DynamicModel validateData()

validateData() public static method Validates the given data with the specified validation rules. This method will create a DynamicModel instance, populate it with the data to be validated, create the specified validation rules, and then validate the data using these rules. public static static validateData ( array $data, $rules = [] )$data array The data (name-value pairs) to be validated $rules array The validation rules. Please refer to yii\base\Model::rules() on the format of this

debug\models\search\Mail $cc

$cc public property Cc attribute input search value public string $cc = null