authclient\WeChat $tokenUrl

$tokenUrl public property Token request URL endpoint. Token request URL endpoint. public string $tokenUrl = 'https://api.weixin.qq.com/sns/oauth2/access_token'

db\oci\Schema getTableSequenceName()

getTableSequenceName() protected method Sequence name of table protected string|null getTableSequenceName ( $tableName )$tableName string return string|null Whether the sequence exists

db\pgsql\Schema resolveTableNames()

resolveTableNames() protected method Resolves the table name and schema name (if any). protected void resolveTableNames ( $table, $name )$table yii\db\TableSchema The table metadata object $name string The table name

web\AssetManager getAssetPath()

getAssetPath() public method Returns the actual file path for the specified asset. public string|boolean getAssetPath ( $bundle, $asset )$bundle yii\web\AssetBundle The asset bundle which the asset file belongs to $asset string The asset path. This should be one of the assets listed in \yii\web\js or \yii\web\css. return string|boolean The actual file path, or false if the asset is specified as an absolute URL

validators\IpValidator init()

init() public method Initializes the object. This method is invoked at the end of the constructor after the object is initialized with the given configuration. public void init ( )

widgets\Pjax $clientOptions

$clientOptions public property Additional options to be passed to the pjax JS plugin. Please refer to the pjax project page for available options. public array $clientOptions = null

widgets\LinkSorter run()

run() public method Executes the widget. This method renders the sort links. public void run ( )

log\SyslogTarget export()

export() public method Writes log messages to syslog public void export ( )

web\UrlRule parseRequest()

parseRequest() public method Parses the given request and returns the corresponding route and parameters. public array|boolean parseRequest ( $manager, $request )$manager yii\web\UrlManager The URL manager $request yii\web\Request The request component return array|boolean The parsing result. The route and the parameters are returned as an array. If false, it means this rule cannot be used to parse this path info.

db\ColumnSchema $type

$type public property Abstract type of this column. Possible abstract types include: char, string, text, boolean, smallint, integer, bigint, float, decimal, datetime, timestamp, time, date, binary, and money. public string $type = null