Embera\Providers\Verse::fakeResponse PHP Method

fakeResponse() public method

inline {@inheritdoc}
public fakeResponse ( )
    public function fakeResponse()
    {
        $html = "<iframe src='" . $this->url . "' width='{width}' height='{height}' frameborder='0' webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>";
        return array('type' => 'video', 'provider_name' => 'Verse', 'provider_url' => 'http://verse.media', 'html' => $html);
    }