Prado\Collections\TDummyDataSource::getCount PHP 메소드

getCount() 공개 메소드

public getCount ( ) : integer
리턴 integer number of (virtual) items in the data source.
    public function getCount()
    {
        return $this->_count;
    }