The Componere\Abstract\Definition class

はじめに

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

クラス概要

Componere\Abstract\Definition
final abstract class Componere\Abstract\Definition {
/* メソッド */
public Definition addInterface(string $interface)
public Definition addMethod(string $name, Componere\Method $method)
public Definition addTrait(string $trait)
public ReflectionClass getReflector()
}
目次