Beispiel #1
0
 public function __construct($value)
 {
     $this->value = \apf\type\Vector::cast($value);
 }
Beispiel #2
0
 private function _parseRequest(array $request)
 {
     return \apf\type\Vector::toObject($request);
 }