예제 #1
0
파일: Form.php 프로젝트: visapi/amun
 protected function getForm($table = null)
 {
     return parent::getForm($table === null ? 'AmunService\\Core\\Approval\\Record' : $table);
 }
예제 #2
0
파일: Form.php 프로젝트: visapi/amun
 protected function getForm($table = null)
 {
     return parent::getForm($table === null ? 'AmunService\\Core\\Host' : $table);
 }
예제 #3
0
파일: Form.php 프로젝트: visapi/amun
 protected function getForm($table = null)
 {
     return parent::getForm($table === null ? 'AmunService\\Vcshook\\Author' : $table);
 }
예제 #4
0
파일: Form.php 프로젝트: visapi/amun
 protected function getForm($table = null)
 {
     return parent::getForm($table === null ? 'AmunService\\User\\Right' : $table);
 }
예제 #5
0
파일: Form.php 프로젝트: visapi/amun
 protected function getForm($table = null)
 {
     return parent::getForm($table === null ? 'AmunService\\Content\\Page\\Option' : $table);
 }
예제 #6
0
파일: Form.php 프로젝트: visapi/amun
 protected function getForm($table = null)
 {
     return parent::getForm($table === null ? 'AmunService\\Oauth\\Access' : $table);
 }
예제 #7
0
파일: Form.php 프로젝트: visapi/amun
 protected function getForm($table = null)
 {
     return parent::getForm($table === null ? 'AmunService\\User\\Friend\\Group' : $table);
 }