Psr6Cache::has()

has(string $class) Returns whether metadata for the given class exists in the cache. Parameters string $class

Psr6Cache::write()

write(ClassMetadata $metadata) Stores a class metadata in the cache. Parameters ClassMetadata $metadata A Class Metadata

Psr6Cache::read()

ClassMetadata|false read(string $class) Returns the metadata for the given class from the cache. Parameters string $class Class Name Return Value ClassMetadata|false A ClassMetadata instance or false on miss

Psr6CacheClearer

class Psr6CacheClearer implements CacheClearerInterface Methods addPool(CacheItemPoolInterface $pool) clear(string $cacheDir) Clears any caches necessary. Details addPool(CacheItemPoolInterface $pool) Parameters CacheItemPoolInterface $pool clear(string $cacheDir) Clears any caches necessary. Parameters string $cacheDir The cache directory.

PseudoNode::getIdentifier()

string getIdentifier() Return Value string

Psr4ClassLoader

class Psr4ClassLoader A PSR-4 compatible class loader. See http://www.php-fig.org/psr/psr-4/ Methods addPrefix(string $prefix, string $baseDir) string|null findFile(string $class) bool loadClass(string $class) register(bool $prepend = false) Registers this instance as an autoloader. unregister() Removes this instance from the registered autoloaders. Details addPrefix(string $prefix, string $baseDir) Parameters string $pr

PseudoNode::getSelector()

NodeInterface getSelector() Return Value NodeInterface

PseudoNode

class PseudoNode extends AbstractNode Represents a ":" node. This component is a port of the Python cssselect library, which is copyright Ian Bicking, see https://github.com/SimonSapin/cssselect. Methods string getNodeName() from AbstractNode __construct(NodeInterface $selector, string $identifier) NodeInterface getSelector() string getIdentifier() Specificity getSpecificity() Returns node's specificity. string __toString() Returns node's string representation

PseudoNode::getSpecificity()

Specificity getSpecificity() Returns node's specificity. Return Value Specificity

PseudoClassExtension::translateLastOfType()

XPathExpr translateLastOfType(XPathExpr $xpath) Parameters XPathExpr $xpath Return Value XPathExpr Exceptions ExpressionErrorException