class LegacyCallbackResolver extends CallbackResolver

Constants

PAGE_PATTERN

Methods

__construct(Pimple $app)

No description

Boolean
isValid(string $name)

Returns true if the string is a valid service method representation.

array
convertCallback(string $name)

Returns a callable given its string representation.

Details

at line 41
__construct(Pimple $app)

Parameters

Pimple $app

at line 55
Boolean isValid(string $name)

Returns true if the string is a valid service method representation.

Parameters

string $name

Return Value

Boolean

at line 69
array convertCallback(string $name)

Returns a callable given its string representation.

Parameters

string $name

Return Value

array A callable array

Exceptions

InvalidArgumentException In case the method does not exist.