コード例 #1
0
ファイル: GruposRamais.php プロジェクト: rootzig/SNEP
 public function getAll()
 {
     $groups = new Snep_ExtensionsGroups_Manager();
     return $groups->fetchAll();
 }