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