PHP 8.4.24 Released!

The Componere\Abstract\Definition class

(Componere 2 >= 2.1.0)

Вступ

This final abstract represents a class entry, and should not be used by the programmer.

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

final abstract class Componere\Abstract\Definition {
/* Методи */
public function addInterface(string $interface): Definition
public function addMethod(string $name, Componere\Method $method): Definition
public function addTrait(string $trait): Definition
public function getReflector(): ReflectionClass
}

Зміст

add a note

User Contributed Notes

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