elasticsearch\Connection initConnection()

initConnection() protected method Initializes the DB connection. This method is invoked right after the DB connection is established. The default implementation triggers an EVENT_AFTER_OPEN event. protected void initConnection ( )

helpers\StringHelper

All Classes | Methods Inheritance yii\helpers\StringHelper » yii\helpers\BaseStringHelper Available since version 2.0 Source Code https://github.com/yiisoft/yii2/blob/master/framework/helpers/StringHelper.php StringHelper Public Methods Method Description Defined By basename() Returns the trailing name component of a path. yii\helpers\BaseStringHelper byteLength() Returns the number of bytes in the given string. yii\helpers\BaseStringHelper byteSubstr() Returns the portion of string spe

debug\components\search\matchers\Base $value

$value public write-only property public void setValue ( $value )

web\AssetManager loadDummyBundle()

loadDummyBundle() protected method Loads dummy bundle by name protected yii\web\AssetBundle loadDummyBundle ( $name )$name string

mongodb\BatchQueryResult rewind()

rewind() public method Resets the iterator to the initial state. This method is required by the interface Iterator. public void rewind ( )

web\JsExpression __toString()

__toString() public method The PHP magic function converting an object into a string. public string __toString ( )return string The JavaScript expression.

web\JsonParser $asArray

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

sphinx\gii\model\Generator $modelClass

$modelClass public property public $modelClass = null

web\JsonResponseFormatter format()

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

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