base\Model afterValidate()

afterValidate() public method This method is invoked after validation ends. The default implementation raises an afterValidate event. You may override this method to do postprocessing after validation. Make sure the parent implementation is invoked so that the event can be raised. public void afterValidate ( )

validators\RequiredValidator $requiredValue

$requiredValue public property The desired value that the attribute must have. If this is null, the validator will validate that the specified attribute is not empty. If this is set as a value that is not null, the validator will validate that the attribute has a value that is the same as this property value. Defaults to null. See also $strict. public mixed $requiredValue = null

db\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

widgets\ActiveForm $errorSummaryCssClass

$errorSummaryCssClass public property The default CSS class for the error summary container. See also errorSummary(). public string $errorSummaryCssClass = 'error-summary'

bootstrap\Modal run()

run() public method Renders the widget. public void run ( )

filters\RateLimiter $response

$response public property The response to be sent. If not set, the response application component will be used. public yii\web\Response $response = null

rbac\DbManager addRule()

addRule() protected method Adds a rule to the RBAC system. protected boolean addRule ( $rule )$rule yii\rbac\Rule The rule to add return boolean Whether the rule is successfully added to the system throws Exception if data validation or saving fails (such as the name of the rule is not unique)

gii\generators\crud\Generator generateActionParams()

generateActionParams() public method Generates action parameters public string generateActionParams ( )

web\CacheSession init()

init() public method Initializes the application component. public void init ( )

gii\generators\crud\Generator $modelClass

$modelClass public property public $modelClass = null