PHP Class PhpDeal\Contract\Fetcher\ParentClass\MethodConditionFetcher

Inheritance: extends AbstractFetcher
Datei anzeigen Open project: lisachenko/php-deal Class Usage Examples

Public Methods

Method Description
getConditions ( ReflectionClass $class, string $methodName ) : array Fetches conditions from all parent method prototypes recursively

Method Details

getConditions() public method

Fetches conditions from all parent method prototypes recursively
public getConditions ( ReflectionClass $class, string $methodName ) : array
$class ReflectionClass
$methodName string
return array