Dutch PHP Conference 2025 - Call For Papers

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 addInterface(string $interface): Definition
public addMethod(string $name, Componere\Method $method): Definition
public addTrait(string $trait): Definition
}

Зміст

add a note

User Contributed Notes

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