mongodb\debug\MongoDbPanel $summaryName

$summaryName public read-only property Short name of the panel, which will be use in summary. public string getSummaryName ( )

db\Schema setTransactionIsolationLevel()

setTransactionIsolationLevel() public method Sets the isolation level of the current transaction. See also http://en.wikipedia.org/wiki/Isolation_(database_systems)#Isolation_levels. public void setTransactionIsolationLevel ( $level )$level string The transaction isolation level to use for this transaction. This can be one of yii\db\Transaction::READ_UNCOMMITTED, yii\db\Transaction::READ_COMMITTED, yii\db\Transaction::REPEATABLE_READ and yii\db\Transaction::SERIALIZABLE but also a string

gii\Generator $enableI18N

$enableI18N public property Whether the strings will be generated using Yii::t() or normal strings. public boolean $enableI18N = false

base\Module $basePath

$basePath public property The root directory of the module. public string getBasePath ( )public void setBasePath ( $path )

base\Module getModule()

getModule() public method Retrieves the child module of the specified ID. This method supports retrieving both child modules and grand child modules. See also hasModule(). public yii\base\Module|null getModule ( $id, $load = true )$id string Module ID (case-sensitive). To retrieve grand child modules, use ID path relative to this module (e.g. admin/content). $load boolean Whether to load the module if it is not yet loaded. return yii\base\Module|null The module instance, null if th

data\ActiveDataProvider init()

init() public method Initializes the DB connection component. This method will initialize the $db property to make sure it refers to a valid DB connection. public void init ( )throws yii\base\InvalidConfigException if $db is invalid.

sphinx\QueryBuilder callSnippets()

callSnippets() public method Builds a SQL statement for call snippet from provided data and query, using specified index settings. public string callSnippets ( $index, $source, $match, $options, &$params )$index string Name of the index, from which to take the text processing settings. $source string|array Is the source data to extract a snippet from. It could be either a single string or array of strings. $match string The full-text query to build snippets for. $options array

debug\LogTarget collectSummary()

collectSummary() protected method Collects summary data of current request. protected array collectSummary ( )

gii\CodeFile getRelativePath()

getRelativePath() public method public string getRelativePath ( )return string The code file path relative to the application base path.

gii\CodeFile $relativePath

$relativePath public read-only property The code file path relative to the application base path. public string getRelativePath ( )