console\controllers\CacheController actionFlushAll()

actionFlushAll() public method Flushes all caches registered in the system. public void actionFlushAll ( )

web\AssetManager getPublishedUrl()

getPublishedUrl() public method Returns the URL of a published file path. This method does not perform any publishing. It merely tells you if the file path is published, what the URL will be to access it. public string|false getPublishedUrl ( $path )$path string Directory or file path being published return string|false String the published URL for the file or directory. False if the file or directory does not exist.

base\Module getBasePath()

getBasePath() public method Returns the root directory of the module. It defaults to the directory containing the module class file. public string getBasePath ( )return string The root directory of the module.

db\Query $join

$join public property How to join with other tables. Each array element represents the specification of one join which has the following structure: [$joinType, $tableName, $joinCondition] For example, [ ['INNER JOIN', 'user', 'user.id = author_id'], ['LEFT JOIN', 'team', 'team.id = team_id'], ] public array $join = null

db\ColumnSchema dbTypecast()

dbTypecast() public method Converts the input value according to $type and $dbType for use in a db query. If the value is null or an yii\db\Expression, it will not be converted. public mixed dbTypecast ( $value )$value mixed Input value return mixed Converted value. This may also be an array containing the value as the first element and the PDO type as the second element.

base\Module $id

$id public property An ID that uniquely identifies this module among other modules which have the same parent. public string $id = null

validators\EachValidator 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 ( )

swiftmailer\Message getPriority()

getPriority() public method (available since version 2.0.6) Returns the priority of this message. public integer getPriority ( )return integer Priority value as integer in range: 1..5, where 1 is the highest priority and 5 is the lowest.

authclient\widgets\AuthChoice init()

init() public method Initializes the widget. public void init ( )

authclient\WeChat defaultTitle()

defaultTitle() protected method Generates service title. protected string defaultTitle ( )return string Service title.