The Componere\Method classIntroductionA Method represents a function with modifiable accessibility flags Class synopsisComponere\Method
final
class Componere\Method
{
/* Constructor */
public __construct(Closure
$closure )/* Methods */
public Method setPrivate()
public Method setProtected()
public Method setStatic()
public ReflectionMethod getReflector()
}
|