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

getBaseName() public method

Get a base name.
public getBaseName ( ) : string
return string
    public function getBaseName()
    {
        return $this->baseName;
    }