SwiftMailerHandler::onCliTerminate()

onCliTerminate(ConsoleTerminateEvent $event) After the CLI application has been terminated we will always flush messages. Parameters ConsoleTerminateEvent $event

SwiftMailerHandler::setTransport()

setTransport(Swift_Transport $transport) Parameters Swift_Transport $transport

SwiftMailerHandler::onKernelTerminate()

onKernelTerminate(PostResponseEvent $event) After the kernel has been terminated we will always flush messages. Parameters PostResponseEvent $event

SwiftMailerHandler

class SwiftMailerHandler extends SwiftMailerHandler Extended SwiftMailerHandler that flushes mail queue if necessary. Methods setTransport(Swift_Transport $transport) onKernelTerminate(PostResponseEvent $event) After the kernel has been terminated we will always flush messages. onCliTerminate(ConsoleTerminateEvent $event) After the CLI application has been terminated we will always flush messages. Details setTransport(Swift_Transport $transport

SvnRepository::getPath()

string getPath() Returns the path to the repository. Return Value string The path to the repository

SvnRepository::getLastCommit()

SvnCommit getLastCommit() Returns the last commit of the repository. Return Value SvnCommit The last commit

SvnRepository::download()

static SvnRepository download(string $url, string $targetDir) Downloads the ICU data for the given version. Parameters string $url The URL to download from string $targetDir The directory in which to store the repository Return Value SvnRepository The directory where the data is stored Exceptions RuntimeException If an error occurs during the download.

SvnRepository::getUrl()

string getUrl() Returns the URL of the repository. Return Value string The URL of the repository

SvnCommit::getAuthor()

string getAuthor() Returns the author of the commit. Return Value string The author name

SvnRepository

class SvnRepository A SVN repository containing ICU data. Methods static SvnRepository download(string $url, string $targetDir) Downloads the ICU data for the given version. __construct(string $path) Reads the SVN repository at the given path. string getPath() Returns the path to the repository. string getUrl() Returns the URL of the repository. SvnCommit getLastCommit() Returns the last commit of the repository. Details static SvnRepository