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

createPathComponent() protected method

Creates a path part of the URL.
protected createPathComponent ( ) : void
return void
    protected function createPathComponent()
    {
        if (!$this->createPathComponentThroughOverride()) {
            $this->createPathComponentUsingRootline();
        }
    }