macgyer\yii2materializecss\widgets\Nav::run PHP Method

run() public method

Renders the widget.
public run ( )
    public function run()
    {
        MaterializeAsset::register($this->getView());
        return $this->renderItems();
    }