PassableContract
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
at line 33
ClassReflection
getClassReflection()
No description
at line 39
PassableContract
setClassReflection(ClassReflection $classReflection)
No description
at line 44
string
getMethodName()
No description
at line 49
bool
hasFound()
No description
at line 55
bool
searchOn(string $class)
No description
at line 62
MethodReflection
getMethodReflection()
No description
at line 67
void
setMethodReflection(MethodReflection $methodReflection)
No description
at line 75
void
setStaticAllowed(bool $staticAllowed)
Declares that the provided method can be called statically.
at line 82
bool
isStaticAllowed()
Returns whether the method can be called statically.
at line 89
bool
sendToPipeline(string $class, bool $staticAllowed = false)
No description
at line 91
ReflectionProvider
getReflectionProvider()
No description
at line 96
PhpMethodReflectionFactory
getMethodReflectionFactory()
No description