PHP 클래스 App\Services\Deployment\DeployerFile

파일 보기 프로젝트 열기: ngmy/webloyer

보호된 프로퍼티들

프로퍼티 타입 설명
$baseName
$fullPath

공개 메소드들

메소드 설명
getBaseName ( ) : string Get a base name.
getFullPath ( ) : string Get a full path.
setBaseName ( $baseName ) : DeployerFile Set a base name.
setFullPath ( $fullPath ) : DeployerFile Set a full path.

메소드 상세

getBaseName() 공개 메소드

Get a base name.
public getBaseName ( ) : string
리턴 string

getFullPath() 공개 메소드

Get a full path.
public getFullPath ( ) : string
리턴 string

setBaseName() 공개 메소드

Set a base name.
public setBaseName ( $baseName ) : DeployerFile
리턴 DeployerFile $this

setFullPath() 공개 메소드

Set a full path.
public setFullPath ( $fullPath ) : DeployerFile
리턴 DeployerFile $this

프로퍼티 상세

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

protected $baseName

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

protected $fullPath