Data/Types/ResourceAbstractList.php

Abstract List

This file contains the AbstractList class. This abstract class defines common functions to be expected from lists, as well as implements the Phabstractic\Data\Types\Resource\ListInterface all in one go. Inheriting from AbstractList not only gives you shoulders to stand on (exchange, for instance) but also makes $ instanceof Phabstractic\Data\Types\Resource\ListInterface true

Classes

AbstractList List Abstract Class - Defines a basic list class, implements ListInterface