public static function ReaderImportInterface::importFile in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/zendframework/zend-feed/src/Reader/ReaderImportInterface.php \Zend\Feed\Reader\ReaderImportInterface::importFile()
Imports a feed from a file located at $filename.
Parameters
string $filename:
Return value
Feed\FeedInterface
Throws
Exception\RuntimeException
1 method overrides ReaderImportInterface::importFile()
- Reader::importFile in vendor/
zendframework/ zend-feed/ src/ Reader/ Reader.php - Imports a feed from a file located at $filename.
File
- vendor/
zendframework/ zend-feed/ src/ Reader/ ReaderImportInterface.php, line 61
Class
Namespace
Zend\Feed\ReaderCode
public static function importFile($filename);