ProxyAdapter::getItems()

getItems(array $keys = array()) {@inheritdoc} Parameters array $keys

ProxyAdapter::getItem()

getItem($key) {@inheritdoc} Parameters $key

ProxyAdapter::deleteItems()

deleteItems(array $keys) {@inheritdoc} Parameters array $keys

ProxyAdapter::deleteItem()

deleteItem($key) {@inheritdoc} Parameters $key

ProxyAdapter::commit()

commit() {@inheritdoc}

ProxyAdapter::clear()

clear() {@inheritdoc}

ProxyAdapter

class ProxyAdapter implements AdapterInterface Methods __construct(CacheItemPoolInterface $pool, $namespace = '', $defaultLifetime) getItem($key) {@inheritdoc} getItems(array $keys = array()) {@inheritdoc} hasItem($key) {@inheritdoc} clear() {@inheritdoc} deleteItem($key) {@inheritdoc} deleteItems(array $keys) {@inheritdoc} save(CacheItemInterface $item) {@inheritdoc} saveDeferred(CacheItemInterface $item) {@inheritdoc} commit() {@inheritdoc}

ProviderNotFoundException

class ProviderNotFoundException extends AuthenticationException ProviderNotFoundException is thrown when no AuthenticationProviderInterface instance supports an authentication Token. Methods TokenInterface getToken() Get the token. from AuthenticationException setToken(TokenInterface $token) Set the token. from AuthenticationException serialize() from AuthenticationException unserialize($str) from AuthenticationException string getMessageKey() Message key to be used by

PrototypeNodeInterface

interface PrototypeNodeInterface implements NodeInterface This interface must be implemented by nodes which can be used as prototypes. Methods string getName() Returns the name of the node. from NodeInterface string getPath() Returns the path of the node. from NodeInterface Boolean isRequired() Returns true when the node is required. from NodeInterface Boolean hasDefaultValue() Returns true when the node has a default value. from NodeInterface mixed getDefaultValue() Retu

PrototypedArrayNode::setPrototype()

setPrototype(PrototypeNodeInterface $node) Sets the node prototype. Parameters PrototypeNodeInterface $node