PHP Class DbFixtureManager

Inheritance: extends CDbFixtureManager
Datei anzeigen Open project: openeyes/openeyes

Protected Properties

Property Type Description
$fixtures

Public Methods

Method Description
getFixtures ( ) : array
init ( )
loadFixture ( string $table_name ) : array | false
resetTable ( string $tableName )

Method Details

getFixtures() public method

public getFixtures ( ) : array
return array

init() public method

public init ( )

loadFixture() public method

public loadFixture ( string $table_name ) : array | false
$table_name string
return array | false

resetTable() public method

public resetTable ( string $tableName )
$tableName string

Property Details

$fixtures protected_oe property

protected $fixtures