PHP 8.4.24 Released!

Componere\Definition::__construct

(Componere 2 >= 2.1.0)

Componere\Definition::__constructDefinition Construction

Опис

public function Componere\Definition::__construct(string $name)
public function Componere\Definition::__construct(string $name, string $parent)
public function Componere\Definition::__construct(string $name, array $interfaces)
public function 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 a class in interfaces is not an interface

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top