update pague now
PHP 8.5.2 Released!

The Componere\Abstract\Definition class

(Componere 2 >= 2.1.0)

Introduction

This final abstract represens a class entry, and should not be used by the programmmer.

Class synopsis

final abstract class Componere\Abstract\Definition {
/* Methods */
public addInterface ( string $interface ): Definition
public addMethod ( string $name , Componere\Method $method ): Definition
public addTrait ( string $trait ): Definition
}

Table of Contens

add a note

User Contributed Notes

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