You are here

public static function ReaderImportInterface::importString 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::importString()

Import a feed from a string

Parameters

string $string:

Return value

Feed\FeedInterface

Throws

Exception\InvalidArgumentException

Exception\RuntimeException

1 method overrides ReaderImportInterface::importString()
Reader::importString in vendor/zendframework/zend-feed/src/Reader/Reader.php
Import a feed from a string

File

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

Class

ReaderImportInterface

Namespace

Zend\Feed\Reader

Code

public static function importString($string);