Smalot\Magento\Customer\CustomerAddress::getInfo PHP Method

getInfo() public method

Retrieve information about the required customer address.
public getInfo ( integer $addressId ) : Smalot\Magento\ActionInterface
$addressId integer
return Smalot\Magento\ActionInterface
    public function getInfo($addressId)
    {
        return $this->__createAction('customer_address.info', func_get_args());
    }