*/ public function toObject() { $return = parent::toObject(); $return['type'] = 'Create'; return $return; } /** * create object from json * @param array $json input json * @return bool true on success */ public function fromJson($json) : bool { return parent::fromJson($json); } }