FunctionNode::evaluate()

evaluate($functions, $values) Parameters $functions $values

IcuDatFileLoader

class IcuDatFileLoader extends IcuResFileLoader IcuResFileLoader loads translations from a resource bundle. Methods MessageCatalogue load(mixed $resource, string $locale, string $domain = 'messages') Loads a locale. Details MessageCatalogue load(mixed $resource, string $locale, string $domain = 'messages') Loads a locale. Parameters mixed $resource A resource string $locale A locale string $domain The domain Return Value MessageCatalogue A Me

HttpCache::getRequest()

Request getRequest() Gets the Request instance associated with the master request. Return Value Request A Request instance

FormConfigInterface::getMapped()

bool getMapped() Returns whether the form should be mapped to an element of its parent's data. Return Value bool Whether the form is mapped

QtFileDumper

class QtFileDumper extends FileDumper QtFileDumper generates ts files from a message catalogue. Methods setRelativePathTemplate(string $relativePathTemplate) Sets the template for the relative paths to files. from FileDumper setBackup(bool $backup) Sets backup flag. from FileDumper dump(MessageCatalogue $messages, array $options = array()) Dumps the message catalogue. from FileDumper string formatCatalogue(MessageCatalogue $messages, string $domain, array $options = array())

AbstractProxy::isWrapper()

bool isWrapper() Returns true if this handler wraps an internal PHP session save handler using \SessionHandler. Return Value bool

MoFileDumper

class MoFileDumper extends FileDumper MoFileDumper generates a gettext formatted string representation of a message catalogue. Methods setRelativePathTemplate(string $relativePathTemplate) Sets the template for the relative paths to files. from FileDumper setBackup(bool $backup) Sets backup flag. from FileDumper dump(MessageCatalogue $messages, array $options = array()) Dumps the message catalogue. from FileDumper string formatCatalogue(MessageCatalogue $messages, string $dom

Component\CssSelector\Parser\Handler

Classes CommentHandler CSS selector comment handler. HashHandler CSS selector comment handler. IdentifierHandler CSS selector comment handler. NumberHandler CSS selector comment handler. StringHandler CSS selector comment handler. WhitespaceHandler CSS selector whitespace handler. Interfaces HandlerInterface CSS selector handler interface.

TranslatorHelper::getName()

string getName() Returns the canonical name of this helper. Return Value string The canonical name

TranslationWriter

class TranslationWriter TranslationWriter writes translation messages. Methods addDumper(string $format, DumperInterface $dumper) Adds a dumper to the writer. disableBackup() Disables dumper backup. array getFormats() Obtains the list of supported formats. writeTranslations(MessageCatalogue $catalogue, string $format, array $options = array()) Writes translation from the catalogue according to the selected format. Details addDumper(string $