public function __construct($a) { parent::__construct(new \ArrayIterator($a)); }
/** * OnDemandFileReader constructor. * @param string $path */ public function __construct($path) { parent::__construct(new \SplFileObject($path)); }