RegistryInterface::getDefaultEntityManagerName()

string getDefaultEntityManagerName() Gets the default entity manager name. Return Value string The default entity manager name

FormTypeExtensionInterface::getExtendedType()

string getExtendedType() Returns the name of the type being extended. Return Value string The name of the type being extended

Command::setApplication()

setApplication(Application $application = null) Sets the application instance for this command. Parameters Application $application An Application instance

EntityLoaderInterface

interface EntityLoaderInterface Custom loader for entities in the choice list. Methods array getEntities() Returns an array of entities that are valid choices in the corresponding choice list. array getEntitiesByIds(string $identifier, array $values) Returns an array of entities matching the given identifiers. Details array getEntities() Returns an array of entities that are valid choices in the corresponding choice list. Return Value ar

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 $

TranslatorHelper::getName()

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

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.

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

AbstractProxy::isWrapper()

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

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