db\ColumnSchema $precision

$precision public property Precision of the column data, if it is numeric. public integer $precision = null

mongodb\rbac\MongoDbManager $items

$items protected property All auth items (name => Item) protected yii\rbac\Item[] $items = null

mongodb\rbac\MongoDbManager removeAllAssignments()

removeAllAssignments() public method Removes all role assignments. public void removeAllAssignments ( )

debug\models\search\Mail $reply

$reply public property Reply attribute input search value public string $reply = null

helpers\BaseHtml listBox()

listBox() public static method Generates a list box. public static string listBox ( $name, $selection = null, $items = [], $options = [] )$name string The input name $selection string|array|null The selected value(s). String for single or array for multiple selection(s). $items array The option data items. The array keys are option values, and the array values are the corresponding option labels. The array can also be nested (i.e. some array values are arrays too). For each sub-arr

mongodb\Command distinct()

distinct() public method Returns a list of distinct values for the given column across a collection. public array distinct ( $collectionName, $fieldName, $condition = [], $options = [] )$collectionName string Collection name. $fieldName string Field name to use. $condition array Query parameters. $options array List of options in format: optionName => optionValue. return array Array of distinct values, or "false" on failure.

authclient\clients\Twitter defaultTitle()

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

console\controllers\MigrateController parseFields()

parseFields() protected method (available since version 2.0.7) Parse the command line migration fields protected array parseFields ( )return array Parse result with following fields: fields: array, parsed fields foreignKeys: array, detected foreign keys

db\mysql\QueryBuilder renameColumn()

renameColumn() public method Builds a SQL statement for renaming a column. public string renameColumn ( $table, $oldName, $newName )$table string The table whose column is to be renamed. The name will be properly quoted by the method. $oldName string The old name of the column. The name will be properly quoted by the method. $newName string The new name of the column. The name will be properly quoted by the method. return string The SQL statement for renaming a DB column. throws y

debug\models\search\Db $type

$type public property Type of the input search value public string $type = null