DmitryDulepov\Realurl\Encoder\UrlEncoder::handleFileName PHP Method

handleFileName() protected method

Appends file name and suffix if necessary.
protected handleFileName ( ) : void
return void
    protected function handleFileName()
    {
        if (!$this->handleFileNameUsingGetVars()) {
            $this->handleFileNameSetDefaultSuffix();
        }
    }