<?php declare(strict_types=1); namespace Ramsey\Collection\Test\Mock; use Ramsey\Collection\AbstractCollection; /** * @extends AbstractCollection<Bar> */ class BarCollection extends AbstractCollection { public function getType(): string { return Bar::class; } }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
Bar.php | File | 434 B | 0644 |
|
BarCollection.php | File | 306 B | 0644 |
|
Foo.php | File | 96 B | 0644 |
|
FooCollection.php | File | 306 B | 0644 |
|
IntegerArray.php | File | 209 B | 0644 |
|
MyArray.php | File | 218 B | 0644 |
|
Person.php | File | 176 B | 0644 |
|
StringArray.php | File | 211 B | 0644 |
|