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