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