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