Esempio n. 1
0
 /**
  * @return \Player\Repository\GmlistRepository
  */
 public static function getGmlistRepository()
 {
     return DoctrineHelper::getRepository('\\Common\\Entity\\Gmlist');
 }
Esempio n. 2
0
 /**
  * @return \Player\Repository\SafeboxRepository
  */
 public static function getSafeboxRepository()
 {
     return DoctrineHelper::getRepository('\\Player\\Entity\\Safebox');
 }
Esempio n. 3
0
 /**
  * @return \Site\Repository\VotesLogsRepository
  */
 public static function getVotesLogsRepository()
 {
     return DoctrineHelper::getRepository('\\Site\\Entity\\VotesLogs');
 }
Esempio n. 4
0
 /**
  * @return \Account\Repository\AccountRepository
  */
 public static function getAccountRepository()
 {
     return DoctrineHelper::getRepository('\\Account\\Entity\\Account');
 }