App\Services\Deployment\DeployerFile::getFullPath PHP 메소드

getFullPath() 공개 메소드

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