ProxyAdapter::deleteItem()

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

ProxyAdapter::commit()

commit() {@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}

ProxyAdapter::getItem()

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

ProxyAdapter::deleteItems()

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

ProxyAdapter::clear()

clear() {@inheritdoc}

ProxyAdapter::getItems()

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

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

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

PrototypedArrayNode::setDefaultValue()

setDefaultValue(string $value) Sets the default value of this node. Parameters string $value Exceptions InvalidArgumentException if the default value is not an array