Current Path : /home/escuelai/public_html/it/vendor/swaggest/json-schema/src/Structure/ |
Current File : /home/escuelai/public_html/it/vendor/swaggest/json-schema/src/Structure/ClassStructureContract.php |
<?php namespace Swaggest\JsonSchema\Structure; use Swaggest\JsonSchema\Constraint\Properties; use Swaggest\JsonSchema\Schema; interface ClassStructureContract extends ObjectItemContract { /** * @param Properties|static $properties * @param Schema $ownerSchema */ public static function setUpProperties($properties, Schema $ownerSchema); }