Subversion Repositories oidplus

Rev

Rev 1317 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1317 Rev 1471
Line 85... Line 85...
85
 
85
 
86
                if (is_null($this->prefetchedArray)) {
86
                if (is_null($this->prefetchedArray)) {
87
                        $this->prefetchAll();
87
                        $this->prefetchAll();
88
                }
88
                }
89
 
89
 
90
                return count($this->prefetchedArray) + $this->countAlreadyFetched;
90
                return count($this->prefetchedArray);
91
        }
91
        }
92
 
92
 
93
        /**
93
        /**
94
         * @return array|null
94
         * @return array|null
95
         */
95
         */