sphinx\Schema resolveIndexType()

resolveIndexType() protected method Resolves the index name. protected void resolveIndexType ( $index )$index yii\sphinx\IndexSchema The index metadata object

web\User $absoluteAuthTimeout

$absoluteAuthTimeout public property The number of seconds in which the user will be logged out automatically regardless of activity. Note that this will not work if $enableAutoLogin is true. public integer $absoluteAuthTimeout = null

validators\CompareValidator init()

init() public method Initializes the object. This method is invoked at the end of the constructor after the object is initialized with the given configuration. public void init ( )

web\JsonResponseFormatter $encodeOptions

$encodeOptions public property (available since version 2.0.7) The encoding options passed to yii\helpers\Json::encode(). For more details please refer to http://www.php.net/manual/en/function.json-encode.php. Default is JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE. This property has no effect, when $useJsonp is true. public integer $encodeOptions = 320

swiftmailer\Message getReplyTo()

getReplyTo() public method Returns the reply-to address of this message. public string getReplyTo ( )return string The reply-to address of this message.

web\Session getIsActive()

getIsActive() public method public boolean getIsActive ( )return boolean Whether the session has started

web\Session addFlash()

addFlash() public method Adds a flash message. If there are existing flash messages with the same key, the new one will be appended to the existing message array. See also: getFlash() setFlash() removeFlash() public void addFlash ( $key, $value = true, $removeAfterAccess = true )$key string The key identifying the flash message. $value mixed Flash message $removeAfterAccess boolean Whether the flash message should be automatically removed only if it is accessed. If false, the flash m

web\JsonResponseFormatter format()

format() public method Formats the specified response. public void format ( $response )$response yii\web\Response The response to be formatted.

sphinx\gii\model\Generator $modelClass

$modelClass public property public $modelClass = null

web\JsonParser $asArray

$asArray public property Whether to return objects in terms of associative arrays. public boolean $asArray = true