web\Response EVENT_AFTER_SEND

EVENT_AFTER_SEND event of type \yii\web\ResponseEvent An event that is triggered at the end of send().

swiftmailer\Message embedContent()

embedContent() public method Attach a content as file and return it's CID source. This method should be used when embedding images or other data in a message. public string embedContent ( $content, array $options = [] )$content string Attachment file content. $options array Options for embed file. Valid options are: fileName: name, which should be used to attach file. contentType: attached file MIME type. return string Attachment CID.

twig\ViewRenderer $options

$options public property Twig options. See also http://twig.sensiolabs.org/doc/api.html#environment-options. public array $options = []

web\ErrorHandler $maxTraceSourceLines

$maxTraceSourceLines public property Maximum number of trace source code lines to be displayed. Defaults to 13. public integer $maxTraceSourceLines = 13

web\Request $hostName

$hostName public read-only property Hostname part of the request URL (e.g. www.yiiframework.com) public string|null getHostName ( )

authclient\clients\YandexOAuth $tokenUrl

$tokenUrl public property Token request URL endpoint. Token request URL endpoint. public string $tokenUrl = 'https://oauth.yandex.ru/token'

rbac\BaseManager $permissions

$permissions public read-only property All permissions in the system. The array is indexed by the permission names. public yii\rbac\Permission[] getPermissions ( )

debug\actions\db\ExplainAction $panel

$panel public property public yii\debug\panels\DbPanel $panel = null

rbac\PhpManager $assignmentFile

$assignmentFile public property The path of the PHP script that contains the authorization assignments. This can be either a file path or a path alias to the file. Make sure this file is writable by the Web server process if the authorization needs to be changed online. See also: loadFromFile() saveToFile() public string $assignmentFile = '@app/rbac/assignments.php'

db\ActiveRecord update()

update() public method Saves the changes to this active record into the associated database table. This method performs the following steps in order: call beforeValidate() when $runValidation is true. If beforeValidate() returns false, the rest of the steps will be skipped; call afterValidate() when $runValidation is true. If validation failed, the rest of the steps will be skipped; call beforeSave(). If beforeSave() returns false, the rest of the steps will be skipped; save the record into