Ansel_View_Ansel::countWidgets PHP Méthode

countWidgets() public méthode

Count the number of widgets we have attached.
public countWidgets ( ) : integer
Résultat integer The number of widgets attached to this view.
    public function countWidgets()
    {
        return count($this->_widgets);
    }