コード例 #1
0
ファイル: CiTaxonomy.php プロジェクト: johnlion/srcms
 public function __construct()
 {
     parent::__construct();
 }
コード例 #2
0
 function __construct($prefix = "", $taxonomy, $term_id)
 {
     parent::__construct($prefix);
     $this->termID = $term_id;
     $this->taxonomyName = $taxonomy;
 }