The Componere\Abstract\Definition class

From Get docs
Php/docs/latest/class.componere-abstract-definition


The Componere\Abstract\Definition class

Introduction

(Componere 2 >= 2.1.0)

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

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
public getReflector(): ReflectionClass

}

Table of Contents


© 1997–2020 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/class.componere-abstract-definition.php