interface MethodSpecFactoryInterface

internal  This interface is not covered by the backward compatibility promise
 

Methods

fromString(string $string)

Parses string containing method requirement specification.

Details

at line 25
MethodSpecInterface fromString(string $string)

Parses string containing method requirement specification.

Parameters

string $string

Return Value

MethodSpecInterface

method specification created from string or null on error

Exceptions

MethodSpecSyntaxError