Beispiel #1
0
 /**
  * @param Type $type
  * The type of every element in this array
  */
 protected function __construct(Type $type)
 {
     parent::__construct('\\', self::NAME, []);
     $this->element_type = $type;
 }
Beispiel #2
0
 /**
  * @param Type $type
  * The type of every element in this array
  */
 public function __construct(Type $type)
 {
     parent::__construct('\\', self::NAME);
     $this->element_type = $type;
 }