Componere
PHP Manual

The Componere\Abstract\Definition class

(Componere 2 >= 2.1.0)

Introduction

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

Class synopsis

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

Table of Contents


Componere
PHP Manual