mail\MessageInterface getCharset()

getCharset() public abstract method Returns the character set of this message. public abstract string getCharset ( )return string The character set of this message.

debug\models\search\Mail $from

$from public property From attribute input search value public string $from = null

web\Response $isSuccessful

$isSuccessful public read-only property Whether this response is successful public boolean getIsSuccessful ( )

rbac\DbManager $assignmentTable

$assignmentTable public property The name of the table storing authorization item assignments. Defaults to "auth_assignment". public string $assignmentTable = '{{%auth_assignment}}'

authclient\OAuthToken getToken()

getToken() public method Returns token value. public string getToken ( )return string Token value.

base\Model afterValidate()

afterValidate() public method This method is invoked after validation ends. The default implementation raises an afterValidate event. You may override this method to do postprocessing after validation. Make sure the parent implementation is invoked so that the event can be raised. public void afterValidate ( )

filters\RateLimiter $response

$response public property The response to be sent. If not set, the response application component will be used. public yii\web\Response $response = null

rbac\DbManager 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)

gii\generators\crud\Generator generateActionParams()

generateActionParams() public method Generates action parameters public string generateActionParams ( )

web\CacheSession init()

init() public method Initializes the application component. public void init ( )