Current Path : /home/escuelai/public_html/it/vendor/swaggest/json-schema/src/ |
Current File : /home/escuelai/public_html/it/vendor/swaggest/json-schema/src/DataPreProcessor.php |
<?php namespace Swaggest\JsonSchema; interface DataPreProcessor { /** * @param mixed $data original data * @param Schema $schema * @param bool $import * @return mixed processed data */ public function process($data, Schema $schema, $import = true); }