コード例 #1
0
 /**
  * @return \Player\Repository\GmlistRepository
  */
 public static function getGmlistRepository()
 {
     return DoctrineHelper::getRepository('\\Common\\Entity\\Gmlist');
 }
コード例 #2
0
 /**
  * @return \Player\Repository\SafeboxRepository
  */
 public static function getSafeboxRepository()
 {
     return DoctrineHelper::getRepository('\\Player\\Entity\\Safebox');
 }
コード例 #3
0
ファイル: SiteHelper.php プロジェクト: SylvainSimon/Metinify
 /**
  * @return \Site\Repository\VotesLogsRepository
  */
 public static function getVotesLogsRepository()
 {
     return DoctrineHelper::getRepository('\\Site\\Entity\\VotesLogs');
 }
コード例 #4
0
 /**
  * @return \Account\Repository\AccountRepository
  */
 public static function getAccountRepository()
 {
     return DoctrineHelper::getRepository('\\Account\\Entity\\Account');
 }