Sonata\CustomerBundle\Controller\Api\CustomerController::getCustomerAction PHP Метод

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

Retrieves a specific customer.
public getCustomerAction ( $id ) : Sonata\Component\Customer\CustomerInterface
$id
Результат Sonata\Component\Customer\CustomerInterface
    public function getCustomerAction($id)
    {
        return $this->getCustomer($id);
    }