PHP Class Sulu\Bundle\DocumentManagerBundle\DataFixtures\DocumentFixtureLoader

Afficher le fichier Open project: sulu/sulu Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

load() public méthode

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