DebugExtension::getXsdValidationBasePath()

string getXsdValidationBasePath() Returns the base path for the XSD files. Return Value string The XSD base path

OptionsResolverInterface deprecated

interface OptionsResolverInterface deprecated since version 2.6, to be removed in 3.0. Use {@link OptionsResolver} instead. Methods OptionsResolverInterface setDefaults(array $defaultValues) Sets default option values. OptionsResolverInterface replaceDefaults(array $defaultValues) Replaces default option values. OptionsResolverInterface setOptional(array $optionNames) Sets optional options. OptionsResolverInterface setRequired(array $optionNames) Sets required options.

Process::getWorkingDirectory()

string|null getWorkingDirectory() Gets the working directory. Return Value string|null The current working directory or null on failure

InputOption::equals()

bool equals(InputOption $option) Checks whether the given option equals this one. Parameters InputOption $option option to compare Return Value bool

ProgressBar::getBarCharacter()

string getBarCharacter() Gets the bar character. Return Value string A character

FormConfigBuilder::getOptions()

array getOptions() Returns all options passed during the construction of the form. Return Value array The passed options

TwigExtension::getNamespace()

string getNamespace() Returns the namespace to be used for this extension (XML namespace). Return Value string The XML namespace

IcuResFileDumper

class IcuResFileDumper extends FileDumper IcuResDumper generates an ICU ResourceBundle 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 $messa

ClassMetadataInterface::getClassName()

string getClassName() Returns the name of the backing PHP class. Return Value string The name of the backing class

SidNotLoadedException

class SidNotLoadedException extends Exception This exception is thrown when ACEs for an SID are requested which has not been loaded from the database.