interface PassableContract

internal  
 

Methods

void
setContainer(Container $container)

No description

ClassReflection
getClassReflection()

No description

setClassReflection(ClassReflection $classReflection)

No description

string
getMethodName()

No description

bool
hasFound()

No description

bool
searchOn(string $class)

No description

MethodReflection
getMethodReflection()

No description

void
setMethodReflection(MethodReflection $methodReflection)

No description

void
setStaticAllowed(bool $staticAllowed)

Declares that the provided method can be called statically.

bool
isStaticAllowed()

Returns whether the method can be called statically.

bool
sendToPipeline(string $class, bool $staticAllowed = false)

No description

ReflectionProvider
getReflectionProvider()

No description

PhpMethodReflectionFactory
getMethodReflectionFactory()

No description

Details

at line 28
void setContainer(Container $container)

No description

Parameters

Container $container

Return Value

void

at line 33
ClassReflection getClassReflection()

No description

Return Value

ClassReflection

at line 39
PassableContract setClassReflection(ClassReflection $classReflection)

No description

Parameters

ClassReflection $classReflection

Return Value

PassableContract

at line 44
string getMethodName()

No description

Return Value

string

at line 49
bool hasFound()

No description

Return Value

bool

at line 55
bool searchOn(string $class)

No description

Parameters

string $class

Return Value

bool

at line 62
MethodReflection getMethodReflection()

No description

Return Value

MethodReflection

Exceptions

LogicException

at line 67
void setMethodReflection(MethodReflection $methodReflection)

No description

Parameters

MethodReflection $methodReflection

Return Value

void

at line 75
void setStaticAllowed(bool $staticAllowed)

Declares that the provided method can be called statically.

Parameters

bool $staticAllowed

Return Value

void

at line 82
bool isStaticAllowed()

Returns whether the method can be called statically.

Return Value

bool

at line 89
bool sendToPipeline(string $class, bool $staticAllowed = false)

No description

Parameters

string $class
bool $staticAllowed

Return Value

bool

at line 91
ReflectionProvider getReflectionProvider()

No description

Return Value

ReflectionProvider

at line 96
PhpMethodReflectionFactory getMethodReflectionFactory()

No description

Return Value

PhpMethodReflectionFactory