/**
  * Constructor
  *
  * @param string $value
  */
 public function __construct($value, $isAsset = false)
 {
     parent::__construct('src', $value);
     $this->isAsset = $isAsset;
 }
 /**
  * Constructor
  *
  * @param string $value
  */
 public function __construct($value)
 {
     parent::__construct('content', $value);
 }
 /**
  * Constructor
  *
  * @param string $value
  */
 public function __construct($value)
 {
     parent::__construct('type', $value);
 }
 /**
  * Constructor
  *
  * @param string $value
  */
 public function __construct($value)
 {
     parent::__construct('media', $value);
 }
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct('async', 'async');
 }
 /**
  * Constructor
  *
  * @param string $value
  */
 public function __construct($value)
 {
     parent::__construct('hreflang', $value);
 }
 /**
  * Constructor
  */
 public function __construct($value)
 {
     parent::__construct('defer', 'defer');
 }
 /**
  * Constructor
  *
  * @param string $value
  */
 public function __construct($value)
 {
     parent::__construct('http-equiv', $value);
 }