debug\Panel $url

$url public read-only property URL pointing to panel detail view public string getUrl ( $additionalParams = null )

gii\generators\extension\Generator $description

$description public read-only property public string getDescription ( )

rbac\DbManager invalidateCache()

invalidateCache() public method public void invalidateCache ( )

base\Model EVENT_AFTER_VALIDATE

EVENT_AFTER_VALIDATE event of type yii\base\Event An event raised at the end of validate()

gii\generators\crud\Generator getName()

getName() public method public string getName ( )return string Name of the code generator

helpers\BaseHtml resetInput()

resetInput() public static method Generates a reset input button. public static string resetInput ( $label = 'Reset', $options = [] )$label string The value attribute. If it is null, the value attribute will not be generated. $options array The attributes of the button tag. The values will be HTML-encoded using encode(). Attributes whose value is null will be ignored and not put in the tag returned. See renderTagAttributes() for details on how attributes are being rendered. return str

caching\DbCache $db

$db public property The DB connection object or the application component ID of the DB connection. After the DbCache object is created, if you want to change this property, you should only assign it with a DB connection object. Starting from version 2.0.2, this can also be a configuration array for creating the object. public yii\db\Connection|array|string $db = 'db'

debug\panels\AssetPanel $summary

$summary public read-only property Content that is displayed at debug toolbar public string getSummary ( )

web\CacheSession $useCustomStorage

$useCustomStorage public read-only property Whether to use custom storage. public boolean getUseCustomStorage ( )

rbac\Rule $createdAt

$createdAt public property UNIX timestamp representing the rule creation time public integer $createdAt = null