rcrowe\Hippy\Transport\TransportInterface::setEndpoint PHP Метод

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

Set the API host to send the message to.
public setEndpoint ( string $endpoint ) : void
$endpoint string API host.
Результат void
    public function setEndpoint($endpoint);