Exemplo n.º 1
0
 public function getfile()
 {
     $model = $this->store->getModel();
     $proxy = $this->store->getProxy();
     $method = $model->getSubmit()->getRawValue('method');
     $proxy->{$method}();
 }