Essence\Provider\OEmbed::_buildConfig PHP 메소드

_buildConfig() 보호된 메소드

Builds an oEmbed configuration from settings.
protected _buildConfig ( string $url ) : Config
$url string URL to extract.
리턴 Essence\Provider\OEmbed\Config Configuration.
    protected function _buildConfig($url)
    {
        $endpoint = Template::compile($this->_endpoint, compact('url'), 'urlencode');
        return new Config($endpoint, $this->_format);
    }