authclient\WeChat $authUrl

$authUrl public property Authorize URL. Authorize URL. public string $authUrl = 'https://open.weixin.qq.com/connect/qrconnect'

bootstrap\Progress init()

init() public method Initializes the widget. If you override this method, make sure you call the parent implementation first. public void init ( )

elasticsearch\BulkCommand addDeleteAction()

addDeleteAction() public method Adds a delete action to the command. public void addDeleteAction ( $id, $index = null, $type = null )$id string Document ID $index string Index that the document belogs to. Can be set to null if the command has a default index (yii\elasticsearch\BulkCommand::$index) assigned. $type string Type that the document belogs to. Can be set to null if the command has a default type (yii\elasticsearch\BulkCommand::$type) assigned.

gii\Module resetGlobalSettings()

resetGlobalSettings() protected method Resets potentially incompatible global settings done in app config. protected void resetGlobalSettings ( )

caching\TagDependency $tags

$tags public property A list of tag names for this dependency. For a single tag, you may specify it as a string. public string|array $tags = []

codeception\BasePage __construct()

__construct() public method Constructor. public void __construct ( $I )$I \Codeception\Actor The testing guy object

base\Module $module

$module public property The parent module of this module. null if this module does not have a parent. public yii\base\Module $module = null

bootstrap\Progress $percent

$percent public property The amount of progress as a percentage. public integer $percent = 0

redis\ActiveQuery executeScript()

executeScript() protected method Executes a script created by yii\redis\LuaScriptBuilder protected array|boolean|null|string executeScript ( $db, $type, $columnName = null )$db yii\redis\Connection|null The database connection used to execute the query. If this parameter is not given, the db application component will be used. $type string The type of the script to generate $columnName string throws yii\base\NotSupportedException

db\DataReader $isClosed

$isClosed public read-only property Whether the reader is closed or not. public boolean getIsClosed ( )