Essence\Provider\OEmbed\Config::setEndpoint PHP Method

setEndpoint() public method

Sets the endpoint.
public setEndpoint ( string $endpoint )
$endpoint string Endpoint.
    public function setEndpoint($endpoint)
    {
        $this->_endpoint = $endpoint;
    }