PHP Class App\Services\Deployment\DeployerFile

Afficher le fichier Open project: ngmy/webloyer

Protected Properties

Свойство Type Description
$baseName
$fullPath

Méthodes publiques

Méthode 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 méthode

Get a base name.
public getBaseName ( ) : string
Résultat string

getFullPath() public méthode

Get a full path.
public getFullPath ( ) : string
Résultat string

setBaseName() public méthode

Set a base name.
public setBaseName ( $baseName ) : DeployerFile
Résultat DeployerFile $this

setFullPath() public méthode

Set a full path.
public setFullPath ( $fullPath ) : DeployerFile
Résultat DeployerFile $this

Property Details

$baseName protected_oe property

protected $baseName

$fullPath protected_oe property

protected $fullPath