class CsvFileDumper extends FileDumper CsvFileDumper generates a csv 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 $domai
class ResolvedFormType implements ResolvedFormTypeInterface A wrapper for a form type and its extensions. Methods __construct(FormTypeInterface $innerType, array $typeExtensions = array(), ResolvedFormTypeInterface $parent = null) string getBlockPrefix() Returns the prefix of the template block name for this type. ResolvedFormTypeInterface|null getParent() Returns the parent type. FormTypeInterface getInnerType() Returns the wrapped form type. FormTypeExtensionInterfac
Request|null getCurrentRequest() Return Value Request|null
string getVersion(string $path) Returns the asset version for an asset. Parameters string $path A path Return Value string The version string
bool supportsAttribute(string $attribute) Checks if the voter supports the given attribute. Parameters string $attribute An attribute Return Value bool true if this Voter supports the attribute, false otherwise
FormConfigBuilderInterface resetModelTransformers() Clears the normalization transformers. Return Value FormConfigBuilderInterface The configuration object
static handleBC($errorNumber, $message, $file, $line, $context) Parameters $errorNumber $message $file $line $context
class NoSuchPropertyException extends AccessException Thrown when a property cannot be found.
string applyVersion(string $path) Applies version to the supplied path. Parameters string $path A path Return Value string The versionized path
class ApcUniversalClassLoader extends UniversalClassLoader deprecated since version 2.4, to be removed in 3.0. Use the {@link ClassLoader} class instead. ApcUniversalClassLoader implements a "universal" autoloader cached in APC for PHP 5.3. It is able to load classes that use either: The technical interoperability standards for PHP 5.3 namespaces and class names (https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-0.md); The PEAR naming convention for classes (http://pear.p
Page 417 of 787