interface IImporter

Importer interface

Methods

array
load()

Imports the features array with the given importer.

Details

at line 40
array load()

Imports the features array with the given importer.

Return Value

array The features array, in the following format: array( 'features' => array( 'group' => array( 'feature1name' => array( 'method1' => array( 'param1' => 'param1value', 'param2' => 'param2value' ), 'methodN' => array( 'param1' => 'param1value', 'param2' => 'param2value' ) ), 'featureNname' => array() ... ) ) );