RuntimeException

class RuntimeException extends RuntimeException implements ExceptionInterface RuntimeException.

BaseNode::setAllowOverwrite()

setAllowOverwrite(bool $allow) Sets if this node can be overridden. Parameters bool $allow

FileNotFoundException

class FileNotFoundException extends IOException Exception class thrown when a file couldn't be found. Methods __construct($message = null, $code, Exception $previous = null, $path = null) string getPath() Returns the associated path for the exception. from IOException Details __construct($message = null, $code, Exception $previous = null, $path = null) Parameters $message $code Exception $previous $path st

TranslationCollectionType

class TranslationCollectionType extends AbstractType form type for i18n-columns in propel Methods buildForm(FormBuilderInterface $builder, array $options) Builds the form. buildView(FormView $view, FormInterface $form, array $options) Builds the form view. from AbstractType finishView(FormView $view, FormInterface $form, array $options) Finishes the form view. from AbstractType setDefaultOptions(OptionsResolverInterface $resolver) Sets the default options for this type. s

Application::setAutoExit()

setAutoExit(bool $boolean) Sets whether to automatically exit after a command execution or not. Parameters bool $boolean Whether to automatically exit after a command execution or not

MatcherDumperInterface::dump()

string dump(array $options = array()) Dumps a set of routes to a string representation of executable code that can then be used to match a request against these routes. Parameters array $options An array of options Return Value string Executable code

StringUtils deprecated

class StringUtils deprecated since 2.8, to be removed in 3.0. String utility functions. Methods static bool equals(string $knownString, string $userInput) Compares two strings. static int safeStrlen(string $string) Returns the number of bytes in a string. Details static bool equals(string $knownString, string $userInput) Compares two strings. This method implements a constant-time algorithm to compare strings. Regardless of the used imp

ButtonBuilder::setFormFactory()

setFormFactory(FormFactoryInterface $formFactory) Unsupported method. This method should not be invoked. Parameters FormFactoryInterface $formFactory The form factory Exceptions BadMethodCallException

DumpExtension::getName()

getName()

DoctrineParserCache

class DoctrineParserCache implements ParserCacheInterface Methods __construct(Cache $cache) ParsedExpression|null fetch(string $key) Fetches an expression from the cache. save(string $key, ParsedExpression $expression) Saves an expression in the cache. Details __construct(Cache $cache) Parameters Cache $cache ParsedExpression|null fetch(string $key) Fetches an expression from the cache. Par