public function setType($type) { if (empty($type)) { return $this; } $this->checkType($type); $this->type = $type; return $this->addMeta('card', $type); }