示例#1
0
文件: Right.php 项目: visapi/amun
 protected function getHandler($table = null)
 {
     return parent::getHandler($table === null ? 'AmunService\\User\\Group\\Right' : $table);
 }
示例#2
0
文件: Commit.php 项目: visapi/amun
 protected function getHandler($table = null)
 {
     return parent::getHandler($table === null ? 'AmunService\\Vcshook\\Commit' : $table);
 }
示例#3
0
文件: Receiver.php 项目: visapi/amun
 protected function getHandler($table = null)
 {
     return parent::getHandler($table === null ? 'AmunService\\User\\Activity\\Receiver' : $table);
 }
示例#4
0
文件: Registry.php 项目: visapi/amun
 protected function getHandler($table = null)
 {
     return parent::getHandler($table === null ? 'AmunService\\Core\\Registry' : $table);
 }
示例#5
0
文件: Gadget.php 项目: visapi/amun
 protected function getHandler($table = null)
 {
     return parent::getHandler($table === null ? 'AmunService\\Content\\Page\\Gadget' : $table);
 }
示例#6
0
文件: Access.php 项目: visapi/amun
 protected function getHandler($table = null)
 {
     return parent::getHandler($table === null ? 'AmunService\\Oauth\\Access' : $table);
 }
示例#7
0
文件: Friend.php 项目: visapi/amun
 protected function getHandler($table = null)
 {
     return parent::getHandler($table === null ? 'AmunService\\User\\Friend' : $table);
 }
示例#8
0
文件: Record.php 项目: visapi/amun
 protected function getHandler($table = null)
 {
     return parent::getHandler($table === null ? 'AmunService\\Core\\Approval\\Record' : $table);
 }