nur-ture/nur_tests/impl/GIteratableArray.php

10 lines
158 B
PHP
Raw Normal View History

2024-11-28 15:39:23 +04:00
<?php
namespace nur\impl;
use nur\b\coll\IterableArray;
use nur\b\coll\TGenericArray;
class GIteratableArray extends IterableArray {
use TGenericArray;
}