mongodb\file\StreamWrapper stream_flush()

stream_flush() public method This method is called in response to fflush() and when the stream is being closed while any unflushed data has been written to it before. See also \yii\mongodb\file\fflush(). public boolean stream_flush ( )return boolean Whether cached data was successfully stored.

Mailing

Configuration Basic usage Composing mail content File attachment Embedding images Testing and debugging Creating your own mail solution Note: This section is under development. Yii supports composition and sending of the email messages. However, the framework core provides only the content composition functionality and basic interface. Actual mail sending mechanism should be provided by the extension, because different projects may require its different implementation and it usually depends

widgets\ActiveFormAsset $depends

$depends public property public $depends = ['yii\web\YiiAsset']

debug\Panel $data

$data public property Data associated with panel public mixed $data = null

di\Instance $id

$id public property The component ID, class name, interface name or alias name public string $id = null

authclient\OAuth1 $accessTokenMethod

$accessTokenMethod public property Access token HTTP method. public string $accessTokenMethod = 'GET'

web\JsonParser parse()

parse() public method Parses a HTTP request body. public array parse ( $rawBody, $contentType )$rawBody string The raw HTTP request body. $contentType string The content type specified for the request body. return array Parameters parsed from the request body throws yii\web\BadRequestHttpException if the body contains invalid json and $throwException is true.

debug\panels\DbPanel $types

$types public read-only property public array getTypes ( )

debug\controllers\DefaultController getManifest()

getManifest() protected method protected void getManifest ( $forceReload = false )$forceReload

debug\controllers\DefaultController $layout

$layout public property The name of the layout to be applied to this controller's views. This property mainly affects the behavior of render(). Defaults to null, meaning the actual layout value should inherit that from $module's layout value. If false, no layout will be applied. The name of the layout to be applied to this controller's views. This property mainly affects the behavior of render(). Defaults to null, meaning the actual layout value should inherit that from $module's layout val