ImplementingTypeImplementation
Tags
Table of Contents
- $interfaces : array<string|int, mixed>
- Lazily initialized.
- getInterfaces() : array<int, InterfaceType>
- implementsInterface() : bool
- assertValidInterfaces() : void
- initializeInterfaces() : void
Properties
$interfaces
Lazily initialized.
private
array<string|int, mixed>
$interfaces
Methods
getInterfaces()
public
getInterfaces() : array<int, InterfaceType>
Return values
array<int, InterfaceType> —implementsInterface()
public
implementsInterface(InterfaceType $interfaceType) : bool
Parameters
- $interfaceType : InterfaceType
Return values
bool —assertValidInterfaces()
protected
assertValidInterfaces() : void
Tags
Return values
void —initializeInterfaces()
private
initializeInterfaces() : void
