You are here

abstract public function FeedImportReader::map in Feed Import 7.3

Returns a value mapped from obj by path.

Parameters

mixed $obj Variable to search:

mixed $path Path to value:

Return value

mixed Mapped value

4 methods override FeedImportReader::map()
FeedImportDomXPathReader::map in feed_import_base/inc/feed_import_abstract.inc
Returns a value mapped from obj by path.
FeedImportSimpleXPathReader::map in feed_import_base/inc/feed_import_abstract.inc
Returns a value mapped from obj by path.
FeedImportUniVectorReader::map in feed_import_base/inc/feed_import_abstract.inc
Returns a value mapped from obj by path.
FeedImportVectorReader::map in feed_import_base/inc/feed_import_abstract.inc
Returns a value mapped from obj by path.

File

feed_import_base/inc/feed_import_abstract.inc, line 95
This file contains abstract classes and interfaces for feed import.

Class

FeedImportReader
Abstract implementation of reader.

Code

public abstract function map(&$obj, &$path);