Collection::offsetExists()

offsetExists($offset) Parameters $offset

Collection::getIterator()

getIterator()

Collection::count()

count()

Collection

class Collection extends Composite Constants DEFAULT_GROUP The name of the group given to all constraints with no explicit group. CLASS_CONSTRAINT Marks a constraint that can be put onto classes. PROPERTY_CONSTRAINT Marks a constraint that can be put onto properties. MISSING_FIELD_ERROR NO_SUCH_FIELD_ERROR Properties mixed $payload Domain-specific data attached to a constraint. from Constraint array $groups The groups that the constraint belongs to from Constraint $fi

Collection

class Collection implements CollectionInterface Methods __construct(Connection $connection, Query $search) Entry[] toArray() count() getIterator() offsetExists($offset) offsetGet($offset) offsetSet($offset, $value) offsetUnset($offset) Details __construct(Connection $connection, Query $search) Parameters Connection $connection Query $search Entry[] toArray() R

Collator::sortWithSortKeys()

bool sortWithSortKeys(array $arr) Not supported. Sort array using specified collator and sort keys. Parameters array $arr &$arr Array of strings to sort Return Value bool True on success or false on failure Exceptions MethodNotImplementedException See also http://www.php.net/manual/en/collator.sortwithsortkeys.php

Collator::sort()

bool sort(array $arr, int $sortFlag = self::SORT_REGULAR) Not supported. Sort array using specified collator. Parameters array $arr &$arr Array of string to sort int $sortFlag Optional sorting type, one of the following: Collator::SORTREGULAR Collator::SORTNUMERIC Collator::SORT_STRING Return Value bool True on success or false on failure Exceptions MethodNotImplementedException See also http://www.php.net/manual/en/collator.sort.php

Collator::setStrength()

bool setStrength(int $strength) Not supported. Set the collator's strength. Parameters int $strength Strength to set, possible values: Collator::PRIMARY Collator::SECONDARY Collator::TERTIARY Collator::QUATERNARY Collator::IDENTICAL Collator::DEFAULT Return Value bool True on success or false on failure Exceptions MethodNotImplementedException See also http://www.php.net/manual/en/collator.setstrength.php

Collator::setAttribute()

bool setAttribute(int $attr, int $val) Not supported. Set a collator's attribute. Parameters int $attr An attribute specifier, one of the attribute constants int $val The attribute value, one of the attribute value constants Return Value bool True on success or false on failure Exceptions MethodNotImplementedException See also http://www.php.net/manual/en/collator.setattribute.php

Collator::getStrength()

bool|int getStrength() Not supported. Get current collator's strength. Return Value bool|int The current collator's strength or false on failure Exceptions MethodNotImplementedException See also http://www.php.net/manual/en/collator.getstrength.php