NavModule::toString PHP Method

toString() public method

public toString ( )
    public function toString()
    {
        $this->fireAs(get_called_class())->fireEvent('render');
        return parent::toString();
    }