filters\RateLimiter $enableRateLimitHeaders

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

web\Application getRequest()

getRequest() public method Returns the request component. public yii\web\Request getRequest ( )return yii\web\Request The request component.

mongodb\file\ActiveQuery __construct()

__construct() public method Constructor. public void __construct ( $modelClass, $config = [] )$modelClass array The model class associated with this query $config array Configurations to be applied to the newly created query object

authclient\QQ $authUrl

$authUrl public property Authorize URL. Authorize URL. public string $authUrl = 'https://graph.qq.com/oauth2.0/authorize'

authclient\signature\RsaSha1 $name

$name public read-only property Method name. public string getName ( )

base\Arrayable fields()

fields() public abstract method Returns the list of fields that should be returned by default by toArray() when no specific fields are specified. A field is a named element in the returned array by toArray(). This method should return an array of field names or field definitions. If the former, the field name will be treated as an object property name whose value will be used as the field value. If the latter, the array key should be the field name while the array value should be the corres

base\Component __call()

__call() public method Calls the named method which is not a class method. This method will check if any attached behavior has the named method and will execute it if available. Do not call this method directly as it is a PHP magic method that will be implicitly called when an unknown method is being invoked. public mixed __call ( $name, $params )$name string The method name $params array Method parameters return mixed The method return value throws yii\base\UnknownMethodException

BaseYii autoload()

autoload() public static method Class autoload loader. This method is invoked automatically when PHP sees an unknown class. The method will attempt to include the class file according to the following procedure: Search in $classMap; If the class is namespaced (e.g. yii\base\Component), it will attempt to include the file associated with the corresponding path alias (e.g. @yii/base/Component.php); This autoloader allows loading classes that follow the PSR-4 standard and have its top-level na

db\ColumnSchemaBuilder unique()

unique() public method Adds a UNIQUE constraint to the column. public $this unique ( )

base\ViewEvent $output

$output public property The rendering result of yii\base\View::renderFile(). Event handlers may modify this property and the modified output will be returned by yii\base\View::renderFile(). This property is only used by yii\base\View::EVENT_AFTER_RENDER event. public string $output = null