PHP Class Sulu\Bundle\DocumentManagerBundle\DataFixtures\DocumentFixtureLoader

Show file Open project: sulu/sulu Class Usage Examples

Public Methods

Method Description
__construct ( Symfony\Component\DependencyInjection\ContainerInterface $container )
load ( array $paths ) : Sulu\Bundle\DocumentManagerBundle\DataFixtures\DocumentFixtureInterface[] Load, instantiate and sort all fixture files found within the given paths.

Method Details

__construct() public method

public __construct ( Symfony\Component\DependencyInjection\ContainerInterface $container )
$container Symfony\Component\DependencyInjection\ContainerInterface

load() public method

Load, instantiate and sort all fixture files found within the given paths.
public load ( array $paths ) : Sulu\Bundle\DocumentManagerBundle\DataFixtures\DocumentFixtureInterface[]
$paths array
return Sulu\Bundle\DocumentManagerBundle\DataFixtures\DocumentFixtureInterface[]