App\Services\Deployment\DeployerFile::getFullPath PHP Method

getFullPath() public method

Get a full path.
public getFullPath ( ) : string
return string
    public function getFullPath()
    {
        return $this->fullPath;
    }