Componere\Abstract\Definition::addInterface

(Componere 2 >= 2.1.0)

Componere\Abstract\Definition::addInterfaceAdd Interface

Açıklama

publicComponere\Abstract\Definition::addInterface(string$interface): Definition

Shall implement the given interface on the current definition

Bağımsız Değişkenler

interface

The case insensitive name of an interface

Dönen Değerler

The current Definition

Exceptions

Uyarı

Shall throw RuntimeException if Definition was registered

To Top