PHP 클래스 Amranidev\ScaffoldInterface\Filesystem\Path

저자: Amrani Houssain ([email protected])
파일 보기 프로젝트 열기: amranidev/scaffold-interface 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$migrationPath string Migration file path.

공개 메소드들

메소드 설명
__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.

비공개 메소드들

메소드 설명
migrationPath ( ) : string Get migration file path.

메소드 상세

__construct() 공개 메소드

Create new Paths instance.
public __construct ( ) : void
리턴 void

controllerPath() 공개 메소드

Get controller file path.
public controllerPath ( ) : string
리턴 string

createPath() 공개 메소드

Get create file path.
public createPath ( ) : string
리턴 string

dirPath() 공개 메소드

Get views directory path.
public dirPath ( ) : string
리턴 string

editPath() 공개 메소드

Get edit file path.
public editPath ( ) : string
리턴 string

indexPath() 공개 메소드

Get index file path.
public indexPath ( ) : string
리턴 string

modelPath() 공개 메소드

Get model file path.
public modelPath ( ) : string
리턴 string

routePath() 공개 메소드

Get route file path.
public routePath ( ) : string
리턴 string

showPath() 공개 메소드

Get show file path.
public showPath ( ) : string
리턴 string

프로퍼티 상세

$migrationPath 공개적으로 프로퍼티

Migration file path.
public string $migrationPath
리턴 string