PHP Class App\Services\Deployment\DeployerFile

Show file Open project: ngmy/webloyer

Protected Properties

Property Type Description
$baseName
$fullPath

Public Methods

Method Description
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.

Method Details

getBaseName() public method

Get a base name.
public getBaseName ( ) : string
return string

getFullPath() public method

Get a full path.
public getFullPath ( ) : string
return string

setBaseName() public method

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

setFullPath() public method

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

Property Details

$baseName protected property

protected $baseName

$fullPath protected property

protected $fullPath