captcha\Captcha registerClientScript()

registerClientScript() public method Registers the needed JavaScript. public void registerClientScript ( )

web\UrlRule $normalizer

$normalizer public property (available since version 2.0.10) The configuration for yii\web\UrlNormalizer used by this rule. If null, yii\web\UrlManager::$normalizer will be used, if false, normalization will be skipped for this rule. public yii\web\UrlNormalizer|array|false|null $normalizer = null

db\ColumnSchemaBuilder defaultValue()

defaultValue() public method Specify the default value for the column. public $this defaultValue ( $default )$default mixed The default value.

elasticsearch\Command openIndex()

openIndex() public method See also http://www.elastic.co/guide/en/elasticsearch/reference/current/indices-open-close.html. public mixed openIndex ( $index )$index

mongodb\file\StreamWrapper stream_seek()

stream_seek() public method Seeks to specific location in a stream. This method is called in response to fseek(). See also \yii\mongodb\file\fseek(). public boolean stream_seek ( $offset, $whence = SEEK_SET )$offset integer The stream offset to seek to. $whence integer Possible values: SEEK_SET - Set position equal to offset bytes. SEEK_CUR - Set position to current location plus offset. SEEK_END - Set position to end-of-file plus offset. return boolean Return true if the position wa

redis\ActiveRecord attributes()

attributes() public method Returns the list of all attribute names of the model. This method must be overridden by child classes to define available attributes. public array attributes ( )return array List of attribute names.

web\UrlManager $hostInfo

$hostInfo public property The host info (e.g. "http://www.example.com") that is used by createAbsoluteUrl() to prepend to created URLs. public string getHostInfo ( )public void setHostInfo ( $value )

elasticsearch\Query filter()

filter() public method Sets the filter part of this search query. public $this filter ( $filter )$filter string return $this The query object itself

mail\BaseMailer setView()

setView() public method public void setView ( $view )$view array|yii\web\View View instance or its array configuration that will be used to render message bodies. throws yii\base\InvalidConfigException on invalid argument.

helpers\BaseUrl current()

current() public static method (available since version 2.0.3) Creates a URL by using the current route and the GET parameters. You may modify or remove some of the GET parameters, or add additional query parameters through the $params parameter. In particular, if you specify a parameter to be null, then this parameter will be removed from the existing GET parameters; all other parameters specified in $params will be merged with the existing GET parameters. For example, // assume $_GET = ['