The Componere\Abstract\Definition class

(Componere 2 >= 2.1.0)

Wstęp

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

Krótki opis klasy

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

Spis treści

add a note add a note

User Contributed Notes

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