public function IsValid() { $this->__load(); return parent::IsValid(); }
private function getTagName(Tag $tag) { return $tag->getLabel(); }