File "CollectionInterface.php"

Full path: /home/argothem/www/organecyberpresse/vendor/spip-league/composer-installer/src/Extensions/CollectionInterface.php
File size: 405 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace SpipLeague\Composer\Extensions;

/**
 * Collection des spécifiations d'installation des "plugins-dist" en SPIP4.4.
 *
 * @extends \ArrayAccess<string,SpecificationInterface>
 * @extends \Iterator<string,SpecificationInterface>
 *
 * @since 0.7.0
 */
interface CollectionInterface extends \Countable, \Iterator, \JsonSerializable, \ArrayAccess
{
    public function getFile(): ?string;
}