elasticsearch\ActiveRecord index()

index() public static method public static string index ( )return string The name of the index this record is stored in.

db\DataReader $isClosed

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

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

bootstrap\Progress $percent

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

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

codeception\BasePage __construct()

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

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 = []

gii\Module resetGlobalSettings()

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

caching\DbCache $cacheTable

$cacheTable public property Name of the DB table to store cache content. The table should be pre-created as follows: CREATE TABLE cache ( id char(128) NOT NULL PRIMARY KEY, expire int(11), data BLOB ); where 'BLOB' refers to the BLOB-type of your preferred DBMS. Below are the BLOB type that can be used for some popular DBMS: MySQL: LONGBLOB PostgreSQL: BYTEA MSSQL: BLOB When using DbCache in a production server, we recommend you create a DB index for the 'expire' column in the

debug\Module $toolbarHtml

$toolbarHtml public read-only property public void getToolbarHtml ( )