Continued:
[core.git] / framework / main / classes / lists / class_BaseList.php
index 10a1b9973824eb976bbb25de7b2470da1e2a0b03..bb58363627f216a7fff2c56cc2c68282b760f1d7 100644 (file)
@@ -34,7 +34,7 @@ use \Countable;
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
-class BaseList extends BaseFrameworkSystem implements IteratorAggregate, Countable {
+abstract class BaseList extends BaseFrameworkSystem implements IteratorAggregate, Countable {
        // Exception constants
        const EXCEPTION_GROUP_ALREADY_ADDED = 0xf20;
        const EXCEPTION_GROUP_NOT_FOUND     = 0xf21;