AbstractUriElement

class AbstractUriElement Any HTML element that can link to an URI. Methods __construct(DOMElement $node, string $currentUri, string $method = 'GET') DOMElement getNode() Gets the node associated with this link. string getMethod() Gets the method associated with this link. string getUri() Gets the URI associated with this link. Details __construct(DOMElement $node, string $currentUri, string $method = 'GET') Parameters DOMElemen

ParameterCircularReferenceException

class ParameterCircularReferenceException extends RuntimeException This exception is thrown when a circular reference in a parameter is detected. Methods __construct($parameters, Exception $previous = null) getParameters() Details __construct($parameters, Exception $previous = null) Parameters $parameters Exception $previous getParameters()

SecurityDataCollector::getUser()

string getUser() Gets the user. Return Value string The user

FormRegistry::getTypeGuesser()

FormTypeGuesserInterface|null getTypeGuesser() Returns the guesser responsible for guessing types. Return Value FormTypeGuesserInterface|null

TableStyle::setVerticalBorderChar()

TableStyle setVerticalBorderChar(string $verticalBorderChar) Sets vertical border character. Parameters string $verticalBorderChar Return Value TableStyle

ReflectionExtractor::getProperties()

string[]|null getProperties(string $class, array $context = array()) Gets the list of properties available for the given class. Parameters string $class array $context Return Value string[]|null

ExceptionCaster

class ExceptionCaster Casts common Exception classes to array representation. Properties static $srcContext static $traceArgs static $errorTypes Methods static castError(Error $e, array $a, Stub $stub, $isNested, $filter) static castException(Exception $e, array $a, Stub $stub, $isNested, $filter) static castErrorException(ErrorException $e, array $a, Stub $stub, $isNested) static castThrowingCasterException(ThrowingCasterException $e, array $a, Stub $stub

Bundle\FrameworkBundle\Routing

Classes DelegatingLoader DelegatingLoader delegates route loading to other loaders using a loader resolver. RedirectableUrlMatcher Router This Router creates the Loader only when the cache is empty.

CodeExtension::fileExcerpt()

string fileExcerpt(string $file, int $line) Returns an excerpt of a code file around the given line number. Parameters string $file A file path int $line The selected line number Return Value string An HTML string

LoaderInterface

interface LoaderInterface Loads {@link ClassMetadataInterface}. Methods bool loadClassMetadata(ClassMetadataInterface $classMetadata) Load class metadata. Details bool loadClassMetadata(ClassMetadataInterface $classMetadata) Load class metadata. Parameters ClassMetadataInterface $classMetadata A metadata Return Value bool