NameNode::evaluate()

evaluate($functions, $values) Parameters $functions $values

NameNode::compile()

compile(Compiler $compiler) Parameters Compiler $compiler

NameNode

class NameNode extends Node Properties $nodes from Node $attributes from Node Methods __construct($name) Constructor. __toString() from Node compile(Compiler $compiler) evaluate($functions, $values) Details __construct($name) Constructor. Parameters $name __toString() compile(Compiler $compiler) Parameters Compiler $compiler

NameConverterInterface::normalize()

string normalize(string $propertyName) Converts a property name to its normalized value. Parameters string $propertyName Return Value string

NameConverterInterface::denormalize()

string denormalize(string $propertyName) Converts a property name to its denormalized value. Parameters string $propertyName Return Value string

NameConverterInterface

interface NameConverterInterface Defines the interface for property name converters. Methods string normalize(string $propertyName) Converts a property name to its normalized value. string denormalize(string $propertyName) Converts a property name to its denormalized value. Details string normalize(string $propertyName) Converts a property name to its normalized value. Parameters string $propertyName Return Value string

MysqlProfilerStorage deprecated

class MysqlProfilerStorage extends PdoProfilerStorage deprecated Deprecated since Symfony 2.8, to be removed in Symfony 3.0. Use {@link FileProfilerStorage} instead. A ProfilerStorage for Mysql. Methods __construct(string $dsn, string $username = '', string $password = '', int $lifetime = 86400) Constructor. from PdoProfilerStorage array find(string $ip, string $url, string $limit, string $method, int|null $start = null, int|null $end = null) Finds profiler tokens for the given c

MutableAclProviderInterface::updateAcl()

updateAcl(MutableAclInterface $acl) Persists any changes which were made to the ACL, or any associated access control entries. Changes to parent ACLs are not persisted. Parameters MutableAclInterface $acl

MutableAclProviderInterface::deleteAcl()

deleteAcl(ObjectIdentityInterface $oid) Deletes the ACL for a given object identity. This will automatically trigger a delete for any child ACLs. If you don't want child ACLs to be deleted, you will have to set their parent ACL to null. Parameters ObjectIdentityInterface $oid

MutableAclProviderInterface::createAcl()

MutableAclInterface createAcl(ObjectIdentityInterface $oid) Creates a new ACL for the given object identity. Parameters ObjectIdentityInterface $oid Return Value MutableAclInterface Exceptions AclAlreadyExistsException when there already is an ACL for the given object identity