console\controllers\FixtureController optionAliases()

optionAliases() public method (available since version 2.0.8) Returns option alias names. Child classes may override this method to specify alias options. public array optionAliases ( )return array The options alias names valid for the action where the keys is alias name for option and value is option name.

mongodb\rbac\MongoDbManager checkAccess()

checkAccess() public method public void checkAccess ( $userId, $permissionName, $params = [] )$userId $permissionName $params

db\cubrid\QueryBuilder addCommentOnTable()

addCommentOnTable() public method (available since version 2.0.8) Builds a SQL command for adding comment to table public string addCommentOnTable ( $table, $comment )$table string The table whose column is to be commented. The table name will be properly quoted by the method. $comment string The text of the comment to be added. The comment will be properly quoted by the method. return string The SQL statement for adding comment on table

widgets\LinkPager $lastPageCssClass

$lastPageCssClass public property The CSS class for the "last" page button. public string $lastPageCssClass = 'last'

web\ErrorAction $view

$view public property The view file to be rendered. If not set, it will take the value of $id. That means, if you name the action as "error" in "SiteController", then the view name would be "error", and the corresponding view file would be "views/site/error.php". public string $view = null

grid\GridView $filterRowOptions

$filterRowOptions public property The HTML attributes for the filter row element. See also yii\helpers\Html::renderTagAttributes() for details on how attributes are being rendered. public array $filterRowOptions = ['class' => 'filters']

validators\DefaultValueValidator $skipOnEmpty

$skipOnEmpty public property This property is overwritten to be false so that this validator will be applied when the value being validated is empty. public boolean $skipOnEmpty = false

web\JsExpression $expression

$expression public property The JavaScript expression represented by this object public string $expression = null

db\cubrid\QueryBuilder addCommentOnColumn()

addCommentOnColumn() public method (available since version 2.0.8) Builds a SQL command for adding comment to column public string addCommentOnColumn ( $table, $column, $comment )$table string The table whose column is to be commented. The table name will be properly quoted by the method. $column string The name of the column to be commented. The column name will be properly quoted by the method. $comment string The text of the comment to be added. The comment will be properly quoted

faker\FixtureController confirmGeneration()

confirmGeneration() public method Prompts user with message if he confirm generation with given fixture templates files. public boolean confirmGeneration ( $files )$files array