コード例 #1
0
ファイル: td_module_1.php プロジェクト: Vatia13/wordpress
 function __construct($post, $i = 0)
 {
     //run the parrent constructor
     parent::__construct($post);
     $this->i = $i;
 }
コード例 #2
0
ファイル: td_module_1.php プロジェクト: Vatia13/tofido
 function __construct($post)
 {
     //run the parrent constructor
     parent::__construct($post);
 }