Statement on glibc/iconv Vulnerability

The Componere\Method class

(Componere 2 >= 2.1.0)

Introduzione

A Method represents a function with modifiable accessibility flags

Sommario della classe

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

Indice dei contenuti

add a note

User Contributed Notes

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