gii\generators\model\Generator $useTablePrefix

$useTablePrefix public property public $useTablePrefix = false

mutex\Mutex init()

init() public method Initializes the Mutex component. public void init ( )

swiftmailer\Message $charset

$charset public property The character set of this message. public string getCharset ( )public $this setCharset ( $charset )

authclient\OpenId $requiredAttributes

$requiredAttributes public property List of attributes, which always should be returned from server. Attribute names should be always specified in AX format. For example: ['namePerson/friendly', 'contact/email'] public array $requiredAttributes = []

authclient\OpenId defaultReturnUrl()

defaultReturnUrl() protected method Generates default $returnUrl value. protected string defaultReturnUrl ( )return string Default authentication return URL.

swiftmailer\Message attachContent()

attachContent() public method Attach specified content as file for the email message. public $this attachContent ( $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 $this Self reference.

authclient\BaseOAuth getReturnUrl()

getReturnUrl() public method public string getReturnUrl ( )return string Return URL.

console\controllers\MessageController $sort

$sort public property Whether to sort messages by keys when merging new messages with the existing ones. Defaults to false, which means the new (untranslated) messages will be separated from the old (translated) ones. public boolean $sort = false

console\controllers\MessageController saveMessagesToPHP()

saveMessagesToPHP() protected method Writes messages into PHP files protected void saveMessagesToPHP ( $messages, $dirName, $overwrite, $removeUnused, $sort, $markUnused )$messages array $dirName string Name of the directory to write to $overwrite boolean If existing file should be overwritten without backup $removeUnused boolean If obsolete translations should be removed $sort boolean If translations should be sorted $markUnused boolean If obsolete translations should be marked

console\controllers\MessageController $sourceMessageTable

$sourceMessageTable public property Custom name for source message table for "db" format. public string $sourceMessageTable = '{{%source_message}}'