19declare(strict_types=1);
79 $this->resource_identifications = array_filter(
80 $this->resource_identifications,
87 foreach ($this->resource_identifications as
$i) {
105 return count($this->resource_identifications);
110 $this->resource_identifications = [];
Class ResourceCollection.
getResourceIdentifications()
add(ResourceIdentification $identification)
ResourceCollectionIdentification $identification
__construct(ResourceCollectionIdentification $identification, int $owner, string $title)
isIn(ResourceIdentification $identification)
array $resource_identifications
Class ResourceCollectionIdentification.
Class ResourceIdentification.