コード例 #1
0
ファイル: Stop.php プロジェクト: railpage/railpagecore
 /**
  * Constructor
  * @since Version 3.8.7
  * @param mixed $id
  */
 public function __construct($id = null)
 {
     $this->Provider = new TransPerth();
     parent::__construct($id);
 }
コード例 #2
0
ファイル: Stop.php プロジェクト: railpage/railpagecore
 /**
  * Constructor
  * @since Version 3.8.7
  * @param mixed $id
  */
 public function __construct($id = null)
 {
     $this->Provider = new PTV();
     parent::__construct($id);
 }