PHP 8.4.0 RC4 available for testing

The Componere\Abstract\Definition class

(Componere 2 >= 2.1.0)

简介

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

类摘要

final abstract class Componere\Abstract\Definition {
/* 方法 */
public addInterface(string $interface): Definition
public addMethod(string $name, Componere\Method $method): Definition
public addTrait(string $trait): Definition
}

目录

添加备注

用户贡献的备注

此页面尚无用户贡献的备注。
To Top