response = apply_filters('cuztom_repsonse_attributes', array( 'status' => $status, 'content' => $data ), $this); } /** * Get json. * * @return string */ public function toJson() { return json_encode($this->response); } }