예제 #1
0
파일: Request.php 프로젝트: bogarin/pruebas
 public function getActionMethodName()
 {
     return Inflector::lowCamel($this->getAction()) . 'Action';
 }