You are here

protected property Collection::$objects in Openlayers 7.3

The variable containing the objects.

List of objects in this collection. The items have to be instances of \Drupal\openlayers\Types\Base.

Type: ObjectInterface[] $objects

File

src/Types/Collection.php, line 27
Class Collection.

Class

Collection
Class Collection.

Namespace

Drupal\openlayers\Types

Code

protected $objects = array();