$this->type, 'id' => $this->id, 'name' => $this->name, ]; if ($this->placeholders) { $objInfo['placeholders'] = $this->placeholders; } return $objInfo; } }