You are here

public static function ReaderImportInterface::import in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/zendframework/zend-feed/src/Reader/ReaderImportInterface.php \Zend\Feed\Reader\ReaderImportInterface::import()

Import a feed by providing a URI

Parameters

string $uri The URI to the feed:

string $etag OPTIONAL Last received ETag for this resource:

string $lastModified OPTIONAL Last-Modified value for this resource:

Return value

Feed\FeedInterface

Throws

Exception\RuntimeException

1 method overrides ReaderImportInterface::import()
Reader::import in vendor/zendframework/zend-feed/src/Reader/Reader.php
Import a feed by providing a URI

File

vendor/zendframework/zend-feed/src/Reader/ReaderImportInterface.php, line 24

Class

ReaderImportInterface

Namespace

Zend\Feed\Reader

Code

public static function import($uri, $etag = null, $lastModified = null);