Ejemplo n.º 1
0
 /**
  * Construct the tag.
  *
  * @param  string  $location
  * @param  string  $lastModified
  * @param  string  $changeFrequency
  * @param  string  $priority
  * @return void
  */
 public function __construct($location, $lastModified = null, $changeFrequency = null, $priority = null, $multiLangual = null)
 {
     parent::__construct($location, $lastModified);
     $this->changeFrequency = $changeFrequency;
     $this->priority = $priority;
     $this->multilang = $multiLangual;
 }
Ejemplo n.º 2
0
 /**
  * Construct the tag.
  *
  * @param  string  $location
  * @param  string  $lastModified
  * @param  string  $changeFrequency
  * @param  string  $priority
  * @return void
  */
 public function __construct($location, $lastModified = null, $changeFrequency = null, $priority = null, $image = null)
 {
     parent::__construct($location, $lastModified);
     $this->changeFrequency = $changeFrequency;
     $this->priority = $priority;
     $this->image = $image;
 }