Method | Description | |
---|---|---|
accessLevel ( ) : string | Get the access level. | |
callback ( ) : callable | null | Get the callback. | |
isCallable ( ) : boolean | Returns true if this method is callable. | |
isCustom ( ) : boolean | Returns true if this method is custom. | |
isStatic ( ) : boolean | Returns true if this method is static. | |
method ( ) : ReflectionFunctionAbstract | Get the method. | |
name ( ) : string | Get the name. |
public accessLevel ( ) : string | ||
return | string | The access level. |
public isCallable ( ) : boolean | ||
return | boolean | True if this method is callable. |
public method ( ) : ReflectionFunctionAbstract | ||
return | ReflectionFunctionAbstract | The method. |