Tokenizer

class Tokenizer CSS selector tokenizer. This component is a port of the Python cssselect library, which is copyright Ian Bicking, see https://github.com/SimonSapin/cssselect. Methods __construct() Constructor. TokenStream tokenize(Reader $reader) Tokenize selector source code. Details __construct() Constructor. TokenStream tokenize(Reader $reader) Tokenize selector source code. Parameters Reade

LoaderInterface

interface LoaderInterface LoaderInterface is the interface all loaders must implement. Methods Storage|bool load(TemplateReferenceInterface $template) Loads a template. bool isFresh(TemplateReferenceInterface $template, int $time) Returns true if the template is still fresh. Details Storage|bool load(TemplateReferenceInterface $template) Loads a template. Parameters TemplateReferenceInterface $template A template Return Value Storage|bo

SymfonyTestsListener::startTestSuite()

startTestSuite(PHPUnit_Framework_TestSuite $suite) Parameters PHPUnit_Framework_TestSuite $suite

LoggingFormatter::formatUpdateReference()

formatUpdateReference(CompilerPassInterface $pass, $serviceId, $oldDestId, $newDestId) Parameters CompilerPassInterface $pass $serviceId $oldDestId $newDestId

FormConfigInterface::getCompound()

bool getCompound() Returns whether the form is compound. This property is independent of whether the form actually has children. A form can be compound and have no children at all, like for example an empty collection form. Return Value bool Whether the form is compound

FilterControllerEvent::getController()

callable getController() Returns the current controller. Return Value callable

ViolationPath::getElement()

string getElement(int $index) Returns the element at the given index in the property path. Parameters int $index The index key Return Value string A property or index name Exceptions OutOfBoundsException If the offset is invalid

FormConfigBuilder::getInheritData()

bool getInheritData() Returns whether the form should read and write the data of its parent. Return Value bool Whether the form should inherit its parent's data

Image

class Image extends File Constants DEFAULT_GROUP The name of the group given to all constraints with no explicit group. CLASS_CONSTRAINT Marks a constraint that can be put onto classes. PROPERTY_CONSTRAINT Marks a constraint that can be put onto properties. NOT_FOUND_ERROR NOT_READABLE_ERROR EMPTY_ERROR TOO_LARGE_ERROR INVALID_MIME_TYPE_ERROR SIZE_NOT_DETECTED_ERROR TOO_WIDE_ERROR TOO_NARROW_ERROR TOO_HIGH_ERROR TOO_LOW_ERROR RATIO_TOO_BIG_ERRO

SessionInterface::setId()

setId(string $id) Sets the session ID. Parameters string $id