PHP Class Amranidev\ScaffoldInterface\Filesystem\Path

Author: Amrani Houssain ([email protected])
Afficher le fichier Open project: amranidev/scaffold-interface Class Usage Examples

Méthodes publiques

Свойство Type Description
$migrationPath string Migration file path.

Méthodes publiques

Méthode Description
__construct ( ) : void Create new Paths instance.
controllerPath ( ) : string Get controller file path.
createPath ( ) : string Get create file path.
dirPath ( ) : string Get views directory path.
editPath ( ) : string Get edit file path.
indexPath ( ) : string Get index file path.
modelPath ( ) : string Get model file path.
routePath ( ) : string Get route file path.
showPath ( ) : string Get show file path.

Private Methods

Méthode Description
migrationPath ( ) : string Get migration file path.

Method Details

__construct() public méthode

Create new Paths instance.
public __construct ( ) : void
Résultat void

controllerPath() public méthode

Get controller file path.
public controllerPath ( ) : string
Résultat string

createPath() public méthode

Get create file path.
public createPath ( ) : string
Résultat string

dirPath() public méthode

Get views directory path.
public dirPath ( ) : string
Résultat string

editPath() public méthode

Get edit file path.
public editPath ( ) : string
Résultat string

indexPath() public méthode

Get index file path.
public indexPath ( ) : string
Résultat string

modelPath() public méthode

Get model file path.
public modelPath ( ) : string
Résultat string

routePath() public méthode

Get route file path.
public routePath ( ) : string
Résultat string

showPath() public méthode

Get show file path.
public showPath ( ) : string
Résultat string

Property Details

$migrationPath public_oe property

Migration file path.
public string $migrationPath
Résultat string