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