Kelunik\Acme\Registration::getContact PHP Méthode

getContact() public méthode

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