Essence\Provider\OEmbed::setFormat PHP Method

setFormat() public method

Sets the response format.
public setFormat ( string $format )
$format string Format.
    public function setFormat($format)
    {
        $this->_format = $format;
        return $this;
    }