コード例 #1
0
ファイル: Credit.php プロジェクト: jgadek/epozyczki
 /**
  * Get replaymentMethodLabel
  *
  * @return string 
  */
 public function getReplaymentMethodLabel()
 {
     return \App\FrontendBundle\Utils\Session\CreditCreator::GetReplaymentMethodToString($this->replaymentMethod);
 }