Beispiel #1
0
 public function __construct($name, $value, \Pagemill_Tag $tag)
 {
     parent::__construct($name, $value, $tag);
     $tag->setAttribute($name, self::ConvertShortUrlToExpression($value));
 }
Beispiel #2
0
 public function __construct($name, $value, Pagemill_Tag $tag)
 {
     parent::__construct($name, $value, $tag);
     $this->tag->removeAttribute($name);
 }