db\sqlite\QueryBuilder build()

build() public method Generates a SELECT SQL statement from a yii\db\Query object. public array build ( $query, $params = [] )$query yii\db\Query The yii\db\Query object from which the SQL statement will be generated. $params array The parameters to be bound to the generated SQL statement. These parameters will be included in the result with the additional parameters generated during the query building process. return array The generated SQL statement (the first array element) and th

db\pgsql\Schema findTableNames()

findTableNames() protected method Returns all table names in the database. protected array findTableNames ( $schema = '' )$schema string The schema of the tables. Defaults to empty string, meaning the current or default schema. return array All table names in the database. The names have NO schema name prefix.

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 ( )