widgets\Menu $linkTemplate

$linkTemplate public property The template used to render the body of a menu which is a link. In this template, the token {url} will be replaced with the corresponding link URL; while {label} will be replaced with the link text. This property will be overridden by the template option set in individual menu items via $items. public string $linkTemplate = '<a href="{url}">{label}</a>'

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\AssetManager loadDummyBundle()

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

debug\components\search\matchers\Base $value

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

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

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 ( )

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

debug\models\search\Mail $to

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

rbac\ManagerInterface removeAllAssignments()

removeAllAssignments() public abstract method Removes all role assignments. public abstract void removeAllAssignments ( )

mail\BaseMailer setViewPath()

setViewPath() public method public void setViewPath ( $path )$path string The directory that contains the view files for composing mail messages This can be specified as an absolute path or a path alias.