Php/docs/class.componere-abstract-definition

提供:Dev Guides
< Php
2020年12月14日 (月) 11:16時点におけるNotes (トーク | 投稿記録)による版 (autoload)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先:案内検索

(Componere 2 >= 2.1.0)

はじめに

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


クラス概要


final abstract Componere\Abstract\Definition {

/* メソッド */

public addInterface ( string $interface ) : Definition

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

public addTrait ( string $trait ) : Definition

}

目次