db\ActiveQueryTrait $with

$with public property A list of relations that this query should be performed with public array $with = null

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']

mongodb\Query $options

$options public property Cursor options in format: optionKey => optionValue See also: \MongoDB\Driver\Cursor::addOption() options() public array $options = []

db\BaseActiveRecord $relatedRecords

$relatedRecords public read-only property An array of related records indexed by relation names. public array getRelatedRecords ( )

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

di\Instance __construct()

__construct() protected method Constructor. protected void __construct ( $id )$id string The component ID

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