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