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

getBaseName() 공개 메소드

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