Php/docs/class.componere-abstract-definition

From Get docs

(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 addInterface ( string $interface ) : Definition

public addMethod ( string $name , Componere\Method $method ) : Definition

public addTrait ( string $trait ) : Definition

}

Table of Contents