/**
  *
  * @param String $tagName
  * @param boolean $addLabel if true, then a label attribute is added to the tag
  */
 public function __construct($tagName)
 {
     parent::__construct();
     $this->tagName = $tagName;
 }
 /**
  * @SuppressWarnings(PHPMD.StaticAccess)
  */
 public function __construct()
 {
     parent::__construct();
     $this->propertyAsText = NULLTextGenerator::getInstance();
 }