luya\base\ModuleReflection::setSuffix PHP Method

setSuffix() public method

Setter for the suffix property.
public setSuffix ( string $suffix )
$suffix string
    public function setSuffix($suffix)
    {
        $this->_suffix = $suffix;
        $this->request->setPathInfo(implode('/', [$this->module->id, $suffix]));
    }