MutableAclInterface::deleteObjectFieldAce()

deleteObjectFieldAce(int $index, string $field) Deletes an object-field-based ACE Parameters int $index string $field

MutableAclInterface::deleteObjectAce()

deleteObjectAce(int $index) Deletes an object-based ACE Parameters int $index

MutableAclInterface::deleteClassFieldAce()

deleteClassFieldAce(int $index, string $field) Deletes a class-field-based ACE Parameters int $index string $field

MutableAclInterface::deleteClassAce()

deleteClassAce(int $index) Deletes a class-based ACE Parameters int $index

MutableAclInterface

interface MutableAclInterface implements AclInterface This interface adds mutators for the AclInterface. All changes to Access Control Entries must go through this interface. Access Control Entries must never be modified directly. Methods array getClassAces() Returns all class-based ACEs associated with this ACL from AclInterface array getClassFieldAces(string $field) Returns all class-field-based ACEs associated with this ACL from AclInterface array getObjectAces() Returns all o

MultiplePcreFilterIterator

class MultiplePcreFilterIterator extends FilterIterator MultiplePcreFilterIterator filters files using patterns (regexps, globs or strings). Methods rewind() This is a workaround for the problem with \FilterIterator leaving inner \FilesystemIterator in wrong state after rewind in some cases. from FilterIterator __construct(Iterator $iterator, array $matchPatterns, array $noMatchPatterns) Constructor. Details rewind() This is a workaround f

MonthTransformer::getReverseMatchingRegExp()

string getReverseMatchingRegExp(int $length) Returns a reverse matching regular expression of a string generated by format(). Parameters int $length The length of the value to be reverse matched Return Value string The reverse matching regular expression

MonthTransformer::format()

string format(DateTime $dateTime, int $length) Format a value using a configured DateTime as date/time source. Parameters DateTime $dateTime A DateTime object to be used to generate the formatted value int $length The formatted value string length Return Value string The formatted value

MonthTransformer::extractDateOptions()

array extractDateOptions(string $matched, int $length) Extract date options from a matched value returned by the processing of the reverse matching regular expression. Parameters string $matched The matched value int $length The length of the Transformer pattern string Return Value array An associative array

MonthTransformer deprecated

class MonthTransformer extends MonthTransformer deprecated since version 2.3, to be removed in 3.0. Use {@link \Symfony\Component\Intl\DateFormatter\DateFormat\MonthTransformer} instead. Alias of {@link \Symfony\Component\Intl\DateFormatter\DateFormat\MonthTransformer}. Methods string format(DateTime $dateTime, int $length) Format a value using a configured DateTime as date/time source. from MonthTransformer string getReverseMatchingRegExp(int $length) Returns a reverse matching