Example #1
0
 /**
  * @param string $content
  * @param string $type
  * @param string $size
  */
 public function __construct(string $content, string $type = self::TYPE_DEFAULT, string $size = null)
 {
     $this->tag = '<a>';
     $this->addAttribute('role', 'button');
     parent::__construct($content, $type, $size);
 }