redis\ActiveQuery init()

init() public method Initializes the object. This method is called at the end of the constructor. The default implementation will trigger an EVENT_INIT event. If you override this method, make sure you call the parent implementation at the end to ensure triggering of the event. public void init ( )

sphinx\Query $snippetOptions

$snippetOptions public property Query options for the call snippet. public array $snippetOptions = null

mongodb\Connection selectDatabase()

selectDatabase() protected method Selects the database with given name. protected yii\mongodb\Database selectDatabase ( $name )$name string Database name. return yii\mongodb\Database Database instance.

web\SessionIterator current()

current() public method Returns the current array element. This method is required by the interface Iterator. public mixed current ( )return mixed The current array element

jui\DatePicker run()

run() public method Renders the widget. public void run ( )

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.