PHP Class ScriptFUSION\Porter\Mapper\Strategy\SubImport

Inheritance: implements ScriptFUSION\Mapper\Strategy\Strategy, implements ScriptFUSION\Porter\PorterAware, use trait ScriptFUSION\Porter\PorterAwareTrait
Afficher le fichier Open project: ScriptFUSION/Porter Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( ImportSpecification | callable $specificationOrCallback ) Initializes this instance with the specified import specification or specification callback.
__invoke ( $data, $context = null )

Private Methods

Méthode Description
getOrCreateImportSpecification ( $data, $context = null )

Method Details

__construct() public méthode

Initializes this instance with the specified import specification or specification callback.
public __construct ( ImportSpecification | callable $specificationOrCallback )
$specificationOrCallback ScriptFUSION\Porter\Specification\ImportSpecification | callable Import specification or specification callback.

__invoke() public méthode

public __invoke ( $data, $context = null )