WellCommerce\Bundle\ClientBundle\Entity\Client::getClientDetails PHP Method

getClientDetails() public method

public getClientDetails ( ) : WellCommerce\Bundle\ClientBundle\Entity\ClientDetailsInterface
return WellCommerce\Bundle\ClientBundle\Entity\ClientDetailsInterface
    public function getClientDetails() : ClientDetailsInterface
    {
        return $this->clientDetails;
    }