BlockRenderWidget::run PHP Method

run() public method

public run ( )
    public function run()
    {
        if ($this->visible) {
            $this->renderContent();
        }
    }