| 1 | <?php |
||
| 15 | trait ExamplesAwareBuilderTrait |
||
| 16 | { |
||
| 17 | /** |
||
| 18 | * @var array |
||
| 19 | */ |
||
| 20 | protected $examples; |
||
| 21 | |||
| 22 | public function withExamples(array $examples) |
||
| 28 | |||
| 29 | /** |
||
| 30 | * @param EndpointConfigurationInterface $config |
||
| 31 | * @return $this |
||
| 32 | * @throws EndpointBuildingException |
||
| 33 | */ |
||
| 34 | protected function buildExamples(EndpointConfigurationInterface $config) |
||
| 40 | } |
||
| 41 |