Ansel_View_Ansel::countWidgets PHP Метод

countWidgets() публичный Метод

Count the number of widgets we have attached.
public countWidgets ( ) : integer
Результат integer The number of widgets attached to this view.
    public function countWidgets()
    {
        return count($this->_widgets);
    }