N98\Magento\Modules::count PHP 메소드

count() 공개 메소드

Count elements of an object
public count ( ) : integer
리턴 integer The custom count as an integer.
    public function count()
    {
        return count($this->list);
    }