mongodb\console\controllers\MigrateController ensureBaseMigrationHistory()

ensureBaseMigrationHistory() protected method Ensures migration history contains at least base migration entry. protected void ensureBaseMigrationHistory ( )

db\cubrid\Schema createQueryBuilder()

createQueryBuilder() public method Creates a query builder for the CUBRID database. public yii\db\cubrid\QueryBuilder createQueryBuilder ( )return yii\db\cubrid\QueryBuilder Query builder instance

web\DbSession readSession()

readSession() public method Session read handler. Do not call this method directly. public string readSession ( $id )$id string Session ID return string The session data

db\mysql\QueryBuilder resetSequence()

resetSequence() public method Creates a SQL statement for resetting the sequence value of a table's primary key. The sequence will be reset such that the primary key of the next new row inserted will have the specified value or 1. public string resetSequence ( $tableName, $value = null )$tableName string The name of the table whose primary key sequence will be reset $value mixed The value for the primary key of the next new row inserted. If this is not set, the next new row's primary k

mail\BaseMailer $viewPath

$viewPath public property The directory that contains the view files for composing mail messages Defaults to '@app/mail'. public string getViewPath ( )public void setViewPath ( $path )

mongodb\debug\ExplainAction explainQuery()

explainQuery() protected method Runs explain command over the query protected array|false explainQuery ( $queryString )$queryString string Query log string. return array|false Explain results, false on failure.

widgets\ActiveField textInput()

textInput() public method Renders a text input. This method will generate the name and value tag attributes automatically for the model attribute unless they are explicitly specified in $options. public $this textInput ( $options = [] )$options array The tag options in terms of name-value pairs. These will be rendered as the attributes of the resulting tag. The values will be HTML-encoded using yii\helpers\Html::encode(). The following special options are recognized: maxlength: integer|

caching\DummyCache getValue()

getValue() protected method Retrieves a value from cache with a specified key. This is the implementation of the method declared in the parent class. protected mixed|false getValue ( $key )$key string A unique key identifying the cached value return mixed|false The value stored in cache, false if the value is not in the cache or expired.

db\mssql\Schema findTableConstraints()

findTableConstraints() protected method (available since version 2.0.4) Collects the constraint details for the given table and constraint type. protected array findTableConstraints ( $table, $type )$table yii\db\mssql\TableSchema $type string Either PRIMARY KEY or UNIQUE return array Each entry contains index_name and field_name

mongodb\Migration beginProfile()

beginProfile() protected method (available since version 2.1.1) Marks the beginning of a code block for profiling. protected void beginProfile ( $token )$token string Token for the code block.