type; } /** * {@inheritdoc} */ public function getMethod() { return $this->method; } /** * {@inheritdoc} */ public function setData(array $data) { $this->type = $data['type']; $this->method = $data['method']; } }