web\Request $preferredLanguage

$preferredLanguage public read-only property The language that the application should use. public string getPreferredLanguage ( array $languages = [] )

debug\panels\DbPanel $name

$name public read-only property Name of the panel public string getName ( )

db\BaseActiveRecord $oldAttributes

$oldAttributes public property The old attribute values (name-value pairs) public array getOldAttributes ( )public void setOldAttributes ( $values )

helpers\BaseUrl $urlManager

$urlManager public static property (available since version 2.0.8) URL manager to use for creating URLs public static yii\web\UrlManager $urlManager = null

web\UrlNormalizer normalizePathInfo()

normalizePathInfo() public method Normalizes specified pathInfo. public string normalizePathInfo ( $pathInfo, $suffix, &$normalized = false )$pathInfo string PathInfo for normalization $suffix string Current rule suffix $normalized boolean If specified, this variable will be set to true if $pathInfo was changed during normalization return string Normalized pathInfo

web\AssetManager $converter

$converter public property The asset converter. public yii\web\AssetConverterInterface getConverter ( )public void setConverter ( $value )

mongodb\file\StreamWrapper stream_open()

stream_open() public method Opens file. This method is called immediately after the wrapper is initialized (f.e. by fopen() and file_get_contents()). See also \yii\mongodb\file\fopen(). public boolean stream_open ( $path, $mode, $options, &$openedPath )$path string Specifies the URL that was passed to the original function. $mode string Mode used to open the file, as detailed for fopen(). $options integer Additional flags set by the streams API. $openedPath string Real opened p

base\Model getIterator()

getIterator() public method Returns an iterator for traversing the attributes in the model. This method is required by the interface IteratorAggregate. public ArrayIterator getIterator ( )return ArrayIterator An iterator for traversing the items in the list.

mongodb\file\StreamWrapper stream_read()

stream_read() public method Reads from stream. This method is called in response to fread() and fgets(). See also \yii\mongodb\file\fread(). public string|false stream_read ( $count )$count integer Count of bytes of data from the current position should be returned. return string|false If there are less than count bytes available, return as many as are available. If no more data is available, return false.

web\Request getBodyParams()

getBodyParams() public method Returns the request parameters given in the request body. Request parameters are determined using the parsers configured in $parsers property. If no parsers are configured for the current $contentType it uses the PHP function mb_parse_str() to parse the request body. See also: getMethod() getBodyParam() setBodyParams() public array getBodyParams ( )return array The request parameters given in the request body. throws yii\base\InvalidConfigException if a re