App\Services\Deployment\DeployerFile::getFullPath PHP Метод

getFullPath() публичный Метод

Get a full path.
public getFullPath ( ) : string
Результат string
    public function getFullPath()
    {
        return $this->fullPath;
    }