Example #1
0
 public function __construct($resource, $argument, Router $router)
 {
     $this->_router = $router;
     $this->_restRule = $router->getResources();
     $this->resource($resource, $argument);
 }