Sonata\CustomerBundle\Controller\Api\CustomerController::getCustomerAction PHP Méthode

getCustomerAction() public méthode

Retrieves a specific customer.
public getCustomerAction ( $id ) : Sonata\Component\Customer\CustomerInterface
$id
Résultat Sonata\Component\Customer\CustomerInterface
    public function getCustomerAction($id)
    {
        return $this->getCustomer($id);
    }