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;
    }