ShopUserInfo::setAddress PHP Method

setAddress() public method

Set location of user
public setAddress ( Address $address )
$address Address location
    public function setAddress(Address $address)
    {
        $this->setLocationData($address->toMap());
        return $this;
    }