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