codecamp

PHP8 Componere\Definition::__construct — 定义结构

(Componere 2 >= 2.1.0)

Componere\Definition::__construct — 定义结构

说明

public Componere\Definition::__construct(string $name)

public Componere\Definition::__construct(string $name, string $parent)

public Componere\Definition::__construct(string $name, array $interfaces)

public Componere\Definition::__construct(string $name, string $parent, array $interfaces)

参数

name

A case insensitive class name

parent

A case insensitive class name

interfaces

An array of case insensitive class names

Exceptions

警告
Shall throw InvalidArgumentException if an attempt is made to replace an internal class
警告
Shall throw InvalidArgumentException if an attempt is made to replace an interface
警告
Shall throw InvalidArgumentException if an attempt is made to replace a trait
警告
Shall throw RuntimeException if a class in interfaces cannot be found
警告
Shall throw RuntimeException if an class in interfaces is not an interface


PHP8 Componere\Abstract\Definition::getReflector — 反射
PHP8 Componere\Definition::addConstant — 添加常数
温馨提示
下载编程狮App,免费阅读超1000+编程语言教程
取消
确定