mongodb\ActiveQuery $collection

$collection public read-only property Collection instance. public yii\mongodb\Collection getCollection ( $db = null )

db\Connection quoteSql()

quoteSql() public method Processes a SQL statement by quoting table and column names that are enclosed within double brackets. Tokens enclosed within double curly brackets are treated as table names, while tokens enclosed within double square brackets are column names. They will be quoted accordingly. Also, the percentage character "%" at the beginning or ending of a table name will be replaced with $tablePrefix. public string quoteSql ( $sql )$sql string The SQL to be quoted return str

db\ColumnSchemaBuilder buildAfterString()

buildAfterString() protected method (available since version 2.0.8) Builds the after constraint for the column. Defaults to unsupported. protected string buildAfterString ( )return string A string containing the AFTER constraint.

filters\AccessRule $denyCallback

$denyCallback public property A callback that will be called if this rule determines the access to the current action should be denied. If not set, the behavior will be determined by yii\filters\AccessControl. The signature of the callback should be as follows: function ($rule, $action) where $rule is this rule, and $action is the current action object. public callable $denyCallback = null

mutex\FileMutex acquireLock()

acquireLock() protected method Acquires lock by given name. protected boolean acquireLock ( $name, $timeout = 0 )$name string Of the lock to be acquired. $timeout integer To wait for lock to become released. return boolean Acquiring result.

db\Command cancel()

cancel() public method Cancels the execution of the SQL statement. This method mainly sets $pdoStatement to be null. public void cancel ( )

i18n\MissingTranslationEvent $message

$message public property The message to be translated. An event handler may use this to provide a fallback translation and set $translatedMessage if possible. public string $message = null

filters\AccessRule matchCustom()

matchCustom() protected method protected boolean matchCustom ( $action )$action yii\base\Action The action to be performed return boolean Whether the rule should be applied

web\Response sendCookies()

sendCookies() protected method Sends the cookies to the client. protected void sendCookies ( )

authclient\OpenId fetchSregAttributes()

fetchSregAttributes() protected method Gets SREG attributes provided by OP. SREG names will be mapped to AX names. protected array fetchSregAttributes ( )return array Array of attributes with keys being the AX schema names, e.g. 'contact/email'