BlockRenderWidget::run PHP Méthode

run() public méthode

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