PHP 8.4.24 Released!

The Componere\Method class

(Componere 2 >= 2.1.0)

Вступ

A Method represents a function with modifiable accessibility flags

Короткий огляд класу

final class Componere\Method {
/* Constructor */
public function __construct(Closure $closure)
/* Методи */
public function setPrivate(): Method
public function setProtected(): Method
public function setStatic(): Method
public function getReflector(): ReflectionMethod
}

Зміст

add a note

User Contributed Notes

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