Exemplo n.º 1
0
 public function levelsAction()
 {
     return json_decode(json_encode(MemberHelper::getMembershipLevels()), true);
 }