authclient\OAuthToken setExpireDuration()

setExpireDuration() public method Sets token expire duration. public void setExpireDuration ( $expireDuration )$expireDuration string Token expiration duration.

rest\UrlRule $controller

$controller public property The controller ID (e.g. user, post-comment) that the rules in this composite rule are dealing with. It should be prefixed with the module ID if the controller is within a module (e.g. admin/user). By default, the controller ID will be pluralized automatically when it is put in the patterns of the generated rules. If you want to explicitly specify how the controller ID should appear in the patterns, you may use an array with the array key being as the controller I

filters\auth\AuthMethod beforeAction()

beforeAction() public method This method is invoked right before an action is to be executed (after all possible filters.) You may override this method to do last-minute preparation for the action. public boolean beforeAction ( $action )$action yii\base\Action The action to be executed. return boolean Whether the action should continue to be executed.

sphinx\ActiveRecord findBySql()

findBySql() public static method Creates an yii\sphinx\ActiveQuery instance with a given SQL statement. Note that because the SQL statement is already specified, calling additional query modification methods (such as where(), order()) on the created yii\sphinx\ActiveQuery instance will have no effect. However, calling with(), asArray() or indexBy() is still fine. Below is an example: $customers = Article::findBySql("SELECT * FROM `idx_article` WHERE MATCH('development')")->all(); publ

web\UrlManager setHostInfo()

setHostInfo() public method Sets the host info that is used by createAbsoluteUrl() to prepend to created URLs. public void setHostInfo ( $value )$value string The host info (e.g. "http://www.example.com") that is used by createAbsoluteUrl() to prepend to created URLs.

filters\RateLimiter $enableRateLimitHeaders

$enableRateLimitHeaders public property Whether to include rate limit headers in the response public boolean $enableRateLimitHeaders = true

web\AssetManager $baseUrl

$baseUrl public property The base URL through which the published asset files can be accessed. public string $baseUrl = '@web/assets'

swiftmailer\Message $priority

$priority public property Priority value, should be an integer in range: 1..5, where 1 is the highest priority and 5 is the lowest. public integer getPriority ( )public $this setPriority ( $priority )

validators\RangeValidator validateValue()

validateValue() protected method Validates a value. A validator class can implement this method to support data validation out of the context of a data model. protected array|null validateValue ( $value )$value mixed The data value to be validated. return array|null The error message and the parameters to be inserted into the error message. Null should be returned if the data is valid. throws yii\base\NotSupportedException if the validator does not supporting data validation withou

mutex\OracleMutex init()

init() public method Initializes Oracle specific mutex component implementation. public void init ( )throws yii\base\InvalidConfigException if $db is not Oracle connection.