Exemplo n.º 1
0
Arquivo: Url.php Projeto: ssrsfs/blg
 public function __construct($name, $value, \Pagemill_Tag $tag)
 {
     parent::__construct($name, $value, $tag);
     $tag->setAttribute($name, self::ConvertShortUrlToExpression($value));
 }
Exemplo n.º 2
0
 public function __construct($name, $value, Pagemill_Tag $tag)
 {
     parent::__construct($name, $value, $tag);
     $this->tag->removeAttribute($name);
 }