gii\generators\model\Generator validateModelClass()

validateModelClass() public method Validates the $modelClass attribute. public void validateModelClass ( )

authclient\signature\RsaSha1 $privateCertificate

$privateCertificate public property Private key certificate content. public string getPrivateCertificate ( )public void setPrivateCertificate ( $privateCertificate )

validators\EachValidator $allowMessageFromRule

$allowMessageFromRule public property Whether to use error message composed by validator declared via $rule if its validation fails. If enabled, error message specified for this validator itself will appear only if attribute value is not an array. If disabled, own error message value will be used always. public boolean $allowMessageFromRule = true

filters\AccessRule $controllers

$controllers public property List of the controller IDs that this rule applies to. Each controller ID is prefixed with the module ID (if any). The comparison is case-sensitive. If not set or empty, it means this rule applies to all controllers. public array $controllers = null

web\HttpException getName()

getName() public method public string getName ( )return string The user-friendly name of this exception

rbac\DbManager removeAllRoles()

removeAllRoles() public method Removes all roles. All parent child relations will be adjusted accordingly. public void removeAllRoles ( )

widgets\Block run()

run() public method Ends recording a block. This method stops output buffering and saves the rendering result as a named block in the view. public void run ( )

base\Widget $counter

$counter public static property A counter used to generate $id for widgets. public static integer $counter = 0

db\pgsql\QueryBuilder createIndex()

createIndex() public method Builds a SQL statement for creating a new index. See also http://www.postgresql.org/docs/8.2/static/sql-createindex.html. public string createIndex ( $name, $table, $columns, $unique = false )$name string The name of the index. The name will be properly quoted by the method. $table string The table that the new index will be created for. The table name will be properly quoted by the method. $columns string|array The column(s) that should be included in t

db\QueryTrait $orderBy

$orderBy public property How to sort the query results. This is used to construct the ORDER BY clause in a SQL statement. The array keys are the columns to be sorted by, and the array values are the corresponding sort directions which can be either SORT_ASC or SORT_DESC. The array may also contain yii\db\Expression objects. If that is the case, the expressions will be converted into strings without any change. public array $orderBy = null