Ansel_View_Ansel::countWidgets PHP Method

countWidgets() public method

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