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()
}
|