Esempio n. 1
0
 /**
  * @author WN
  * @throws \WNowicki\Collections\Exception\InvalidTypeException
  */
 public function __construct()
 {
     parent::__construct(self::TYPE_BOOL);
 }
Esempio n. 2
0
 /**
  * @author WN
  * @throws \WNowicki\Collections\Exception\InvalidTypeException
  */
 public function __construct()
 {
     parent::__construct(self::TYPE_FLOAT);
 }
Esempio n. 3
0
 /**
  * @author WN
  * @throws \WNowicki\Collections\Exception\InvalidTypeException
  */
 public function __construct()
 {
     parent::__construct(self::TYPE_STRING);
 }