PHP Class Devise\Models\Scaffolding\SeederScaffolding

Afficher le fichier Open project: devisephp/cms

Protected Properties

Свойство Type Description
$constants
$fields

Méthodes publiques

Méthode Description
__construct ( Framework $Framework )
build ( $constants ) : boolean
getDatabaseSeederPath ( ) : string
getTargetFilePath ( $templateFile ) : string
getTemplatePath ( ) : string
saveSeed ( $targetFile, $template ) : mixed

Private Methods

Méthode Description
buildAllSeeders ( )
buildSeeder ( $templateFile ) : mixed

Method Details

__construct() public méthode

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

build() public méthode

public build ( $constants ) : boolean
$constants
Résultat boolean

getDatabaseSeederPath() public méthode

public getDatabaseSeederPath ( ) : string
Résultat string

getTargetFilePath() public méthode

public getTargetFilePath ( $templateFile ) : string
$templateFile
Résultat string

getTemplatePath() public méthode

public getTemplatePath ( ) : string
Résultat string

saveSeed() public méthode

public saveSeed ( $targetFile, $template ) : mixed
$targetFile
$template
Résultat mixed

Property Details

$constants protected_oe property

protected $constants

$fields protected_oe property

protected $fields