| 1 | <?php |
||
| 16 | class JobCollection extends \ArrayObject |
||
| 17 | { |
||
| 18 | |||
| 19 | /** |
||
| 20 | * (PHP 5 >= 5.0.0)<br/> |
||
| 21 | * Construct a new array object |
||
| 22 | * @link http://php.net/manual/en/arrayobject.construct.php |
||
| 23 | * |
||
| 24 | * @param ChronosJobEntity[] $jobEntities The input parameter accepts an array of \Chapi\Entity\Chronos\JobEntity. |
||
| 25 | * @throws \InvalidArgumentException |
||
| 26 | */ |
||
| 27 | 27 | public function __construct(array $jobEntities) |
|
| 43 | } |
||
| 44 |