Preview: PathItem.php
Size: 612 B
/var/www/multi-event-cfp.bitkit.dk/httpdocs/vendor/zircote/swagger-php/src/Attributes/PathItem.php
<?php declare(strict_types=1);
/**
* @license Apache 2.0
*/
namespace OpenApi\Attributes;
use OpenApi\Generator;
#[\Attribute(\Attribute::TARGET_CLASS)]
class PathItem extends \OpenApi\Annotations\PathItem
{
/**
* @param array<string,string>|null $x
* @param Attachable[]|null $attachables
*/
public function __construct(
// annotation
?array $x = null,
?array $attachables = null
) {
parent::__construct([
'x' => $x ?? Generator::UNDEFINED,
'value' => $this->combine($attachables),
]);
}
}
Directory Contents
Dirs: 0 × Files: 39