コード例 #1
0
ファイル: Coach.php プロジェクト: edilsonspalma/AppAnest
 public function getfile()
 {
     $model = $this->store->getModel();
     $proxy = $this->store->getProxy();
     $method = $model->getSubmit()->getRawValue('method');
     $proxy->{$method}();
 }