mongodb\file\StreamWrapper stream_write()

stream_write() public method Writes to stream. This method is called in response to fwrite(). See also \yii\mongodb\file\fwrite(). public integer stream_write ( $data )$data string String to be stored into the underlying stream. return integer The number of bytes that were successfully stored.

mongodb\rbac\Permission $parents

$parents public property List of parent item names. public array|null $parents = null

test\Fixture afterLoad()

afterLoad() public method This method is called AFTER all fixture data have been loaded for the current test. public void afterLoad ( )

gii\generators\model\Generator $generateLabelsFromComments

$generateLabelsFromComments public property public $generateLabelsFromComments = false

debug\models\search\Mail $to

$to public property To attribute input search value public string $to = null

elasticsearch\Query addAgg()

addAgg() public method See also http://www.elastic.co/guide/en/elasticsearch/reference/1.x/search-aggregations.html. public $this addAgg ( $name, $type, $options )$name string The name of the aggregation $type string The aggregation type. e.g. terms, range, histogram... $options string|array The configuration options for this aggregation. Can be an array or a json string. return $this The query object itself

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