Componere\Definition::__construct

(Componere 2 >= 2.1.0)

Componere\Definition::__constructDefinition Construction

Описание

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