コード例 #1
0
ファイル: ColorTag.php プロジェクト: BGCX261/zibo-svn-to-git
 /**
  * Constructs the color tag
  * @return null
  */
 public function __construct()
 {
     parent::__construct(self::NAME);
 }
コード例 #2
0
 /**
  * Constructs the url tag
  * @return null
  */
 public function __construct()
 {
     parent::__construct(self::NAME, true, false);
 }