Esempio n. 1
0
 /**
  * Constructor
  * @since Version 3.8.7
  * @param mixed $id
  */
 public function __construct($id = null)
 {
     $this->Provider = new TransPerth();
     parent::__construct($id);
 }
Esempio n. 2
0
 /**
  * Constructor
  * @since Version 3.8.7
  * @param mixed $id
  */
 public function __construct($id = null)
 {
     $this->Provider = new PTV();
     parent::__construct($id);
 }