mongodb\file\Upload init()

init() public method Initializes the object. This method is invoked at the end of the constructor after the object is initialized with the given configuration. public void init ( )

rbac\Item $ruleName

$ruleName public property Name of the rule associated with this item public string $ruleName = null

debug\Panel $data

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

widgets\ActiveFormAsset $depends

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

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

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.

authclient\OAuth1 $accessTokenMethod

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

di\Instance $id

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

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

debug\controllers\DefaultController getManifest()

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