WP = new \BingoPress\Wordpress\Helper(); } /** * Method to model * @return void */ public function build(){ $this->WP->register_taxonomy($this->name, $this->type->getName() , $this->args); } /** * @return array */ public function getType() { return $this->type; } /** * @param array $type */ public function setType($type) { $this->type = $type; } }