swiftmailer\Mailer $swiftMailer

$swiftMailer public read-only property Swift mailer instance or array configuration. public array|\Swift_Mailer getSwiftMailer ( )

swiftmailer\Mailer $messageClass

$messageClass public property Message default class name. public string $messageClass = 'yii\swiftmailer\Message'

swiftmailer\Mailer $enableSwiftMailerLogging

$enableSwiftMailerLogging public property Whether to enable writing of the SwiftMailer internal logs using Yii log mechanism. If enabled yii\swiftmailer\Logger plugin will be attached to the $transport for this purpose. See also yii\swiftmailer\Logger. public boolean $enableSwiftMailerLogging = false

swiftmailer\Logger dump()

dump() public method public void dump ( )

swiftmailer\Logger clear()

clear() public method public void clear ( )

swiftmailer\Logger add()

add() public method public void add ( $entry )$entry

sphinx\Schema resolveIndexType()

resolveIndexType() protected method Resolves the index name. protected void resolveIndexType ( $index )$index yii\sphinx\IndexSchema The index metadata object

sphinx\Schema resolveIndexNames()

resolveIndexNames() protected method Resolves the index name. protected void resolveIndexNames ( $index, $name )$index yii\sphinx\IndexSchema The index metadata object $name string The index name

sphinx\Schema refresh()

refresh() public method Refreshes the schema. This method cleans up all cached index schemas so that they can be re-created later to reflect the Sphinx schema change. public void refresh ( )

sphinx\Schema quoteValue()

quoteValue() public method Quotes a string value for use in a query. Note that if the parameter is not a string, it will be returned without change. See also http://www.php.net/manual/en/function.PDO-quote.php. public string quoteValue ( $str )$str string String to be quoted return string The properly quoted string