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);
    }