EnvParametersResource

class EnvParametersResource implements SelfCheckingResourceInterface, Serializable EnvParametersResource represents resources stored in prefixed environment variables. Methods __construct(string $prefix) Constructor. string __toString() Returns a string representation of the Resource. array getResource() bool isFresh(int $timestamp) Returns true if the resource has not been updated since the given timestamp. serialize() unserialize($serialized) Details

EnvParametersResource::getResource()

array getResource() Return Value array An array with two keys: 'prefix' for the prefix used and 'variables' containing all the variables watched by this resource

EnumNodeDefinition

class EnumNodeDefinition extends ScalarNodeDefinition Enum Node Definition. Methods __construct(string $name, NodeParentInterface $parent = null) Constructor. from NodeDefinition NodeDefinition|$this setParent(NodeParentInterface $parent) Sets the parent node. from NodeDefinition NodeDefinition|$this info(string $info) Sets info message. from NodeDefinition NodeDefinition|$this example(string|array $example) Sets example configuration. from NodeDefinition NodeDefinition|$th

EnumNode

class EnumNode extends ScalarNode Node which only allows a finite set of values. Methods __construct(string $name, NodeInterface $parent = null, array $values = array()) Constructor. setAttribute($key, $value) from BaseNode getAttribute($key, $default = null) from BaseNode hasAttribute($key) from BaseNode getAttributes() from BaseNode setAttributes(array $attributes) from BaseNode removeAttribute($key) from BaseNode setInfo(string $info) Sets an info me

EntryManagerInterface::update()

update(Entry $entry) Updates an entry from the Ldap server. Parameters Entry $entry

EntryManagerInterface::remove()

remove(Entry $entry) Removes an entry from the Ldap server. Parameters Entry $entry

EntryManagerInterface

interface EntryManagerInterface Entry manager interface. Methods add(Entry $entry) Adds a new entry in the Ldap server. update(Entry $entry) Updates an entry from the Ldap server. remove(Entry $entry) Removes an entry from the Ldap server. Details add(Entry $entry) Adds a new entry in the Ldap server. Parameters Entry $entry update(Entry $entry) Updates an entry from the Ldap server. Pa

EntryManagerInterface::add()

add(Entry $entry) Adds a new entry in the Ldap server. Parameters Entry $entry

EntryManager::update()

update(Entry $entry) Updates an entry from the Ldap server. Parameters Entry $entry

EntryManager

class EntryManager implements EntryManagerInterface Methods __construct(Connection $connection) add(Entry $entry) Adds a new entry in the Ldap server. update(Entry $entry) Updates an entry from the Ldap server. remove(Entry $entry) Removes an entry from the Ldap server. Details __construct(Connection $connection) Parameters Connection $connection add(Entry $entry) Adds a new entry in th