swiftmailer\Mailer $swiftMailer

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

swiftmailer\Mailer $transport

$transport public property public array|\Swift_Transport getTransport ( )public void setTransport ( $transport )

swiftmailer\Mailer createSwiftMailer()

createSwiftMailer() protected method Creates Swift mailer instance. protected \Swift_Mailer createSwiftMailer ( )return \Swift_Mailer Mailer instance.

swiftmailer\Logger add()

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

swiftmailer\Logger clear()

clear() public method public void clear ( )

swiftmailer\Logger dump()

dump() public method public void dump ( )

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

sphinx\Schema resolveIndexType()

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

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 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