mongodb\file\Download $bytes

$bytes public read-only property File content. public string getBytes ( )

web\User logout()

logout() public method Logs out the current user. This will remove authentication-related session data. If $destroySession is true, all session data will be removed. public boolean logout ( $destroySession = true )$destroySession boolean Whether to destroy the whole session. Defaults to true. This parameter is ignored if $enableSession is false. return boolean Whether the user is logged out

gii\Generator $name

$name public read-only property Name of the code generator public abstract string getName ( )

jui\InputWidget init()

init() public method Initializes the widget. If you override this method, make sure you call the parent implementation first. public void init ( )

base\Security hashData()

hashData() public method Prefixes data with a keyed hash value so that it can later be detected if it is tampered. There is no need to hash inputs or outputs of encryptByKey() or encryptByPassword() as those methods perform the task. See also: validateData() generateRandomKey() hkdf() pbkdf2() public string hashData ( $data, $key, $rawHash = false )$data string The data to be protected $key string The secret key to be used for generating hash. Should be a secure cryptographic key. $ra

sphinx\gii\model\Generator generateRules()

generateRules() public method Generates validation rules for the specified index. public array generateRules ( $index )$index yii\sphinx\IndexSchema The index schema return array The generated validation rules

sphinx\ColumnSchema $isMva

$isMva public property Whether this column is a multi value attribute (MVA) public boolean $isMva = null

i18n\Formatter asRelativeTime()

asRelativeTime() public method Formats the value as the time interval between a date and now in human readable form. This method can be used in three different ways: Using a timestamp that is relative to now. Using a timestamp that is relative to the $referenceTime. Using a DateInterval object. public string asRelativeTime ( $value, $referenceTime = null )$value integer|string|DateTime|DateInterval The value to be formatted. The following types of value are supported: an integer repres

db\Connection $lastInsertID

$lastInsertID public read-only property The row ID of the last row inserted, or the last value retrieved from the sequence object public string getLastInsertID ( $sequenceName = '' )

gii\generators\crud\Generator $controllerID

$controllerID public read-only property The controller ID (without the module ID prefix) public string getControllerID ( )