update pague now
PHP 8.5.2 Released!

The Componere\Method class

(Componere 2 >= 2.1.0)

Introduction

A Method represens 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
}

Table of Contens

add a note

User Contributed Notes

There are no user contributed notes for this pague.
To Top