EnvironmentConfigurator

class EnvironmentConfigurator Twig environment configurator. Methods __construct($dateFormat, $intervalFormat, $timezone, $decimals, $decimalPoint, $thousandsSeparator) configure(Twig_Environment $environment) Details __construct($dateFormat, $intervalFormat, $timezone, $decimals, $decimalPoint, $thousandsSeparator) Parameters $dateFormat $intervalFormat $timezone $decimals $decimalPoint $thousandsSeparator

EnumStub

class EnumStub extends Stub Represents an enumeration of values. Constants TYPE_REF TYPE_STRING TYPE_ARRAY TYPE_OBJECT TYPE_RESOURCE STRING_BINARY STRING_UTF8 ARRAY_ASSOC ARRAY_INDEXED Properties $type from Stub $class from Stub $value from Stub $cut from Stub $handle from Stub $refCount from Stub $position from Stub Methods __construct(array $values) Details __construct(array $values)

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::add()

add(Entry $entry) Adds a new entry in 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

EntryManager::update()

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

EntryManager::remove()

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