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.

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

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

console\Application $request

$request public read-only property The request component. public yii\console\Request getRequest ( )

console\Application $defaultRoute

$defaultRoute public property The default route of this application. Defaults to 'help', meaning the help command. public string $defaultRoute = 'help'

db\BaseActiveRecord EVENT_AFTER_INSERT

EVENT_AFTER_INSERT event of type yii\db\AfterSaveEvent An event that is triggered after a record is inserted.

web\Response getIsClientError()

getIsClientError() public method public boolean getIsClientError ( )return boolean Whether this response indicates a client error

validators\PunycodeAsset $sourcePath

$sourcePath public property public $sourcePath = '@bower/punycode'

gii\generators\model\Generator $queryClass

$queryClass public property public $queryClass = null

db\mysql\QueryBuilder addCommentOnColumn()

addCommentOnColumn() public method (available since version 2.0.8) Builds a SQL command for adding comment to column public string addCommentOnColumn ( $table, $column, $comment )$table string The table whose column is to be commented. The table name will be properly quoted by the method. $column string The name of the column to be commented. The column name will be properly quoted by the method. $comment string The text of the comment to be added. The comment will be properly quoted