mongodb\Query scalar()

scalar() public method (available since version 2.1.2) Returns the query result as a scalar value. The value returned will be the first column in the first row of the query results. Column _id will be automatically excluded from select fields, if select() is not empty and _id is not selected explicitly. public string|null|false scalar ( $db = null )$db yii\mongodb\Connection The MongoDB connection used to generate the query. If this parameter is not given, the mongodb application compone

helpers\BaseHtml script()

script() public static method Generates a script tag. public static string script ( $content, $options = [] )$content string The script content $options array The tag options in terms of name-value pairs. These will be rendered as the attributes of the resulting tag. The values will be HTML-encoded using encode(). If a value is null, the corresponding attribute will not be rendered. See renderTagAttributes() for details on how attributes are being rendered. return string The generate

gii\generators\crud\Generator getName()

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

base\Model EVENT_AFTER_VALIDATE

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

rbac\DbManager invalidateCache()

invalidateCache() public method public void invalidateCache ( )

gii\generators\extension\Generator $description

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

rbac\DbManager $itemTable

$itemTable public property The name of the table storing authorization items. Defaults to "auth_item". public string $itemTable = '{{%auth_item}}'

caching\Cache offsetUnset()

offsetUnset() public method Deletes the value with the specified key from cache This method is required by the interface ArrayAccess. public void offsetUnset ( $key )$key string The key of the value to be deleted

authclient\OAuthToken getIsExpired()

getIsExpired() public method Checks if token has expired. public boolean getIsExpired ( )return boolean Is token expired.

jui\JuiAsset $css

$css public property public $css = ['themes/smoothness/jquery-ui.css']