php / 8.1.5 / class.componere-method.html /

The Componere\Method class

Introduction

(Componere 2 >= 2.1.0)

A Method represents a function with modifiable accessibility flags

Class synopsis

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

Table of Contents

© 1997–2021 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