phpDocumentor

BelongsToClassTraitOrInterface

Table of Contents

Properties

$parent  : ClassInterface|InterfaceInterface|TraitInterface|null

Methods

getParent()  : ClassInterface|InterfaceInterface|TraitInterface|null
setParent()  : void
Registers a parent class, interface or trait.

Properties

Methods

setParent()

Registers a parent class, interface or trait.

public setParent(mixed $parent) : void
Parameters
$parent : mixed
Tags
throws
InvalidArgumentException

If anything other than a class, interface or trait was passed.

inheritDoc

        
On this page

Search results