PHP Class DbFixtureManager

Inheritance: extends CDbFixtureManager
Afficher le fichier Open project: openeyes/openeyes

Protected Properties

Свойство Type Description
$fixtures

Méthodes publiques

Méthode Description
getFixtures ( ) : array
init ( )
loadFixture ( string $table_name ) : array | false
resetTable ( string $tableName )

Method Details

getFixtures() public méthode

public getFixtures ( ) : array
Résultat array

init() public méthode

public init ( )

loadFixture() public méthode

public loadFixture ( string $table_name ) : array | false
$table_name string
Résultat array | false

resetTable() public méthode

public resetTable ( string $tableName )
$tableName string

Property Details

$fixtures protected_oe property

protected $fixtures