CakeFest 2024: The Official CakePHP Conference

Componere\Abstract\Definition::addInterface

(Componere 2 >= 2.1.0)

Componere\Abstract\Definition::addInterfaceAdd Interface

说明

public Componere\Abstract\Definition::addInterface(string $interface): Definition

Shall implement the given interface on the current definition

参数

interface

The case insensitive name of an interface

返回值

The current Definition

Exceptions

警告

Shall throw RuntimeException if Definition was registered

add a note

User Contributed Notes

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