The Componere\Method class

Introduction

(Componere 2 >= 2.1.0)

A Method represents a function with modifiable accessibility flags

Class synopsis

final Componere\Method {
/* Constructor */
public __construct ( Closure $closure )
/* Methods */
public setPrivate ( ) : Method
public setProtected ( ) : Method
public setStatic ( ) : Method
public getReflector ( ) : ReflectionMethod
}

Table of Contents

© 1997–2020 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/class.componere-method.php