Translator::getXpathLiteral()

static string getXpathLiteral(string $element) Parameters string $element Return Value string

CodeHelper

class CodeHelper extends Helper CodeHelper. Methods setCharset(string $charset) Sets the default charset. from Helper string getCharset() Gets the default charset. from Helper __construct(string $fileLinkFormat, string $rootDir, string $charset) Constructor. string formatArgsAsText(array $args) Formats an array as a string. abbrClass($class) abbrMethod($method) string formatArgs(array $args) Formats an array as a string. string fileExcerpt(string $file,

OutputFormatter

class OutputFormatter implements OutputFormatterInterface Formatter class for console output. Methods static string escape(string $text) Escapes "<" special char in given text. __construct(bool $decorated = false, array $styles = array()) Initializes console output formatter. setDecorated(bool $decorated) Sets the decorated flag. bool isDecorated() Gets the decorated flag. setStyle(string $name, OutputFormatterStyleInterface $style) Sets a new style. bool hasS

PropelExtension

class PropelExtension extends AbstractExtension Represents the Propel form extension, which loads the Propel functionality. Methods FormTypeInterface getType(string $name) Returns a type by name. from AbstractExtension bool hasType(string $name) Returns whether the given type is supported. from AbstractExtension FormTypeExtensionInterface[] getTypeExtensions(string $name) Returns the extensions for the given type. from AbstractExtension bool hasTypeExtensions(string $name) Re

FormConfigBuilder::getFormConfig()

FormConfigInterface getFormConfig() Builds and returns the form configuration. Return Value FormConfigInterface

PhpDumper::setProxyDumper()

setProxyDumper(DumperInterface $proxyDumper) Sets the dumper to be used when dumping proxies in the generated container. Parameters DumperInterface $proxyDumper

AbstractProxy::setName()

setName(string $name) Sets the session name. Parameters string $name Exceptions LogicException

SelfCheckingResourceChecker

class SelfCheckingResourceChecker implements ResourceCheckerInterface Resource checker for instances of SelfCheckingResourceInterface. As these resources perform the actual check themselves, we can provide this class as a standard way of validating them. Methods bool supports(ResourceInterface $metadata) Queries the ResourceChecker whether it can validate a given resource or not. bool isFresh(ResourceInterface $resource, int $timestamp) Validates the resource. Details

HandlerInterface

interface HandlerInterface CSS selector handler interface. This component is a port of the Python cssselect library, which is copyright Ian Bicking, see https://github.com/SimonSapin/cssselect. Methods bool handle(Reader $reader, TokenStream $stream) Details bool handle(Reader $reader, TokenStream $stream) Parameters Reader $reader TokenStream $stream Return Value bool

ConfigurableRequirementsInterface

interface ConfigurableRequirementsInterface ConfigurableRequirementsInterface must be implemented by URL generators that can be configured whether an exception should be generated when the parameters do not match the requirements. It is also possible to disable the requirements check for URL generation completely. The possible configurations and use-cases: - setStrictRequirements(true): Throw an exception for mismatching requirements. This is mostly useful in development environment. - setSt