1 | <?php |
||
16 | class MethodConditionFetcher extends Fetcher |
||
17 | { |
||
18 | /** |
||
19 | * @param ReflectionClass $class |
||
20 | * @param Reader $reader |
||
21 | * @param string $methodName |
||
22 | * @param array $contracts |
||
23 | * @return array |
||
24 | */ |
||
25 | 8 | public function getConditions(ReflectionClass $class, Reader $reader, $methodName, array $contracts = []) |
|
40 | } |
||
41 |