Embera\Providers\IFixIt::fakeResponse PHP Method

fakeResponse() public method

inline {@inheritdoc}
public fakeResponse ( )
    public function fakeResponse()
    {
        preg_match('~/(\\d{4,20})/?~i', $this->url, $matches);
        return array('type' => 'rich', 'provider_name' => 'iFixit', 'provider_url' => 'http://www.ifixit.com', 'html' => '<iframe src="https://www.ifixit.com/Guide/Embed/' . $matches[1] . '" width="1000" height="730" allowfullscreen frameborder="0"></iframe>\\n');
    }