PHP 클래스 DbFixtureManager

상속: extends CDbFixtureManager
파일 보기 프로젝트 열기: openeyes/openeyes

보호된 프로퍼티들

프로퍼티 타입 설명
$fixtures

공개 메소드들

메소드 설명
getFixtures ( ) : array
init ( )
loadFixture ( string $table_name ) : array | false
resetTable ( string $tableName )

메소드 상세

getFixtures() 공개 메소드

public getFixtures ( ) : array
리턴 array

init() 공개 메소드

public init ( )

loadFixture() 공개 메소드

public loadFixture ( string $table_name ) : array | false
$table_name string
리턴 array | false

resetTable() 공개 메소드

public resetTable ( string $tableName )
$tableName string

프로퍼티 상세

$fixtures 보호되어 있는 프로퍼티

protected $fixtures