Example #1
0
 public function __construct(Request $peticion)
 {
     $this->_controlador = $peticion->getControlador();
     $this->_metodo = $peticion->getmetodo();
     $this->_layout = DEFAULT_LAYOUT;
 }