PHP 클래스 Seeder, ci-phpunit-test

파일 보기 프로젝트 열기: kenjis/ci-phpunit-test 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$db
$dbforge
$seedPath

공개 메소드들

메소드 설명
__construct ( )
__get ( $property )
call ( string $seeder ) Run another seeder
setPath ( string $path ) Set path for seeder files

메소드 상세

__construct() 공개 메소드

public __construct ( )

__get() 공개 메소드

public __get ( $property )

call() 공개 메소드

Run another seeder
public call ( string $seeder )
$seeder string Seeder classname

setPath() 공개 메소드

Set path for seeder files
public setPath ( string $path )
$path string

프로퍼티 상세

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

protected $db

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

protected $dbforge

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

protected $seedPath