\Orpheus\Publisher\FixtureFixtureRepository

The FixtureRepository class

This interface is used to register fixtures.

Summary

Methods
Properties
Constants
register()
listAll()
No public properties found
No constants found
No protected methods found
$fixtures
N/A
No private methods found
No private properties found
N/A

Properties

$fixtures

$fixtures : array

All the registered fixtures

Type

array

Methods

register()

register(string  $class) 

Register $class having some fixtures to load

Parameters

string $class

listAll()

listAll() : array<mixed,string>

List all classes having some fixtures to load

Returns

array<mixed,string>