* @copyright Meritoo */ trait CollectionTrait { use MainTrait; use CountableTrait; use ArrayAccessTrait; use IteratorAggregateTrait; }