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 28
__construct(Pimple $app)

Parameters

Pimple $app

at line 42
Boolean isValid(string $name)

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

Parameters

string $name

Return Value

Boolean

at line 56
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.