示例#1
0
文件: Url.php 项目: ssrsfs/blg
 public function __construct($name, $value, \Pagemill_Tag $tag)
 {
     parent::__construct($name, $value, $tag);
     $tag->setAttribute($name, self::ConvertShortUrlToExpression($value));
 }
示例#2
0
文件: Hidden.php 项目: ssrsfs/blg
 public function __construct($name, $value, Pagemill_Tag $tag)
 {
     parent::__construct($name, $value, $tag);
     $this->tag->removeAttribute($name);
 }