class CustomArrayObject

This class is a hand written simplified version of PHP native `ArrayObject` class, to show that it behaves differently than the PHP native implementation.

Hierarchy

  • class \Symfony\Component\Validator\Tests\Constraints\CustomArrayObject implements \Symfony\Component\Validator\Tests\Constraints\ArrayAccess, \Symfony\Component\Validator\Tests\Constraints\IteratorAggregate, \Symfony\Component\Validator\Tests\Constraints\Countable, \Symfony\Component\Validator\Tests\Constraints\Serializable

Expanded class hierarchy of CustomArrayObject

File

drupal/core/vendor/symfony/validator/Symfony/Component/Validator/Tests/Constraints/CollectionValidatorCustomArrayObjectTest.php, line 18

Namespace

Symfony\Component\Validator\Tests\Constraints
View source

Members