Kelunik\Acme\Registration::getContact PHP Method

getContact() public method

Gets the contact addresses.
public getContact ( ) : array
return array contacts registered with the server
    public function getContact()
    {
        return $this->contact;
    }