Kelunik\Acme\Registration::getContact PHP Метод

getContact() публичный Метод

Gets the contact addresses.
public getContact ( ) : array
Результат array contacts registered with the server
    public function getContact()
    {
        return $this->contact;
    }