PHP 클래스 Devise\Models\Scaffolding\SeederScaffolding

파일 보기 프로젝트 열기: devisephp/cms

보호된 프로퍼티들

프로퍼티 타입 설명
$constants
$fields

공개 메소드들

메소드 설명
__construct ( Framework $Framework )
build ( $constants ) : boolean
getDatabaseSeederPath ( ) : string
getTargetFilePath ( $templateFile ) : string
getTemplatePath ( ) : string
saveSeed ( $targetFile, $template ) : mixed

비공개 메소드들

메소드 설명
buildAllSeeders ( )
buildSeeder ( $templateFile ) : mixed

메소드 상세

__construct() 공개 메소드

public __construct ( Framework $Framework )
$Framework Devise\Support\Framework

build() 공개 메소드

public build ( $constants ) : boolean
$constants
리턴 boolean

getDatabaseSeederPath() 공개 메소드

public getDatabaseSeederPath ( ) : string
리턴 string

getTargetFilePath() 공개 메소드

public getTargetFilePath ( $templateFile ) : string
$templateFile
리턴 string

getTemplatePath() 공개 메소드

public getTemplatePath ( ) : string
리턴 string

saveSeed() 공개 메소드

public saveSeed ( $targetFile, $template ) : mixed
$targetFile
$template
리턴 mixed

프로퍼티 상세

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

protected $constants

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

protected $fields