示例#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);
 }