Ejemplo n.º 1
0
 public function __construct()
 {
     parent::__construct();
     $this->id = 'route';
     $this->name = 'Route';
     $this->ressourceId = 'routes';
 }
Ejemplo n.º 2
0
 public function __construct()
 {
     parent::__construct();
     $this->id = 'season';
     $this->name = 'Season';
     $this->ressourceId = 'seasons';
 }
Ejemplo n.º 3
0
 public function __construct()
 {
     parent::__construct();
     $this->id = 'network';
     $this->name = 'Network';
     $this->ressourceId = 'networks';
 }
 public function __construct()
 {
     parent::__construct();
     $this->id = 'stop_point';
     $this->name = 'Stop Point';
     $this->ressourceId = 'stop_points';
 }