PHP Класс Sulu\Bundle\ContactBundle\Controller\CountryController

Наследование: extends Sulu\Component\Rest\RestController, implements FOS\RestBundle\Routing\ClassResourceInterface
Показать файл Открыть проект

Открытые методы

Метод Описание
cgetAction ( ) : Response Returns list of all available countries in the system.
getAction ( integer $id ) : Response Returns country identified by code.

Описание методов

cgetAction() публичный Метод

Returns list of all available countries in the system.
public cgetAction ( ) : Response
Результат Symfony\Component\HttpFoundation\Response

getAction() публичный Метод

Returns country identified by code.
public getAction ( integer $id ) : Response
$id integer
Результат Symfony\Component\HttpFoundation\Response