gii\generators\crud\Generator $viewPath

$viewPath public read-only property public string getViewPath ( )

gii\generators\module\Generator $description

$description public read-only property The detailed description of the generator. public string getDescription ( )

gii\generators\module\Generator getDescription()

getDescription() public method public string getDescription ( )return string The detailed description of the generator.

db\Connection EVENT_BEGIN_TRANSACTION

EVENT_BEGIN_TRANSACTION event of type \yii\db\Event An event that is triggered right before a top-level transaction is started

mongodb\file\Upload $length

$length public property Total upload length in bytes. public integer $length = 0

rbac\BaseManager $roles

$roles public read-only property All roles in the system. The array is indexed by the role names. public yii\rbac\Role[] getRoles ( )

filters\RateLimiter checkRateLimit()

checkRateLimit() public method Checks whether the rate limit exceeds. public void checkRateLimit ( $user, $request, $response, $action )$user yii\filters\RateLimitInterface The current user $request yii\web\Request $response yii\web\Response $action yii\base\Action The action to be executed throws yii\web\TooManyRequestsHttpException if rate limit exceeds

helpers\BaseHtml getInputName()

getInputName() public static method Generates an appropriate input name for the specified attribute name or expression. This method generates a name that can be used as the input name to collect user input for the specified attribute. The name is generated according to the form name of the model and the given attribute name. For example, if the form name of the Post model is Post, then the input name generated for the content attribute would be Post[content]. See getAttributeName() for expl

base\Model clearErrors()

clearErrors() public method Removes errors for all attributes or a single attribute. public void clearErrors ( $attribute = null )$attribute string Attribute name. Use null to remove errors for all attributes.

web\Response EVENT_AFTER_SEND

EVENT_AFTER_SEND event of type \yii\web\ResponseEvent An event that is triggered at the end of send().