DOMCaster::castElement()

static castElement(DOMElement $dom, array $a, Stub $stub, $isNested) Parameters DOMElement $dom array $a Stub $stub $isNested

DOMCaster::castDomError()

static castDomError(DOMDomError $dom, array $a, Stub $stub, $isNested) Parameters DOMDomError $dom array $a Stub $stub $isNested

DOMCaster::castDocumentType()

static castDocumentType(DOMDocumentType $dom, array $a, Stub $stub, $isNested) Parameters DOMDocumentType $dom array $a Stub $stub $isNested

DOMCaster::castDocument()

static castDocument(DOMDocument $dom, array $a, Stub $stub, $isNested, $filter) Parameters DOMDocument $dom array $a Stub $stub $isNested $filter

DOMCaster::castCharacterData()

static castCharacterData(DOMCharacterData $dom, array $a, Stub $stub, $isNested) Parameters DOMCharacterData $dom array $a Stub $stub $isNested

DOMCaster::castAttr()

static castAttr(DOMAttr $dom, array $a, Stub $stub, $isNested) Parameters DOMAttr $dom array $a Stub $stub $isNested

DOMCaster

class DOMCaster Casts DOM related classes to array representation. Methods static castException(DOMException $e, array $a, Stub $stub, $isNested) static castLength($dom, array $a, Stub $stub, $isNested) static castImplementation($dom, array $a, Stub $stub, $isNested) static castNode(DOMNode $dom, array $a, Stub $stub, $isNested) static castNameSpaceNode(DOMNameSpaceNode $dom, array $a, Stub $stub, $isNested) static castDocument(DOMDocument $dom, array $a, St

DomainObjectInterface

interface DomainObjectInterface This method can be implemented by domain objects which you want to store ACLs for if they do not have a getId() method, or getId() does not return a unique identifier. Methods string getObjectIdentifier() Returns a unique identifier for this domain object. Details string getObjectIdentifier() Returns a unique identifier for this domain object. Return Value string

DoctrineValidationPass

class DoctrineValidationPass implements CompilerPassInterface Registers additional validators. Methods __construct($managerType) process(ContainerBuilder $container) You can modify the container here before it is dumped to PHP code. Details __construct($managerType) Parameters $managerType process(ContainerBuilder $container) You can modify the container here before it is dumped to PHP code.

DoctrineType::getQueryBuilderPartsForCachingHash()

array|false getQueryBuilderPartsForCachingHash(object $queryBuilder) Gets important parts from QueryBuilder that will allow to cache its results. For instance in ORM two query builders with an equal SQL string and equal parameters are considered to be equal. Parameters object $queryBuilder Return Value array|false Array with important QueryBuilder parts or false if they can't be determined