Documentation

Extension
in package

Annotation that is used to flag which entity a class extends.

Tags
Annotation
Target

("CLASS")

Attributes

({ @Attribute("of", type="string") })

Table of Contents

$modelClass  : string
__construct()  : mixed
Extension constructor.
getModelClass()  : string
Returns the model class name.

Properties

Methods

__construct()

Extension constructor.

public __construct(array<string|int, mixed> $attributes) : mixed
Parameters
$attributes : array<string|int, mixed>
Tags
throws
ArgumentException
Return values
mixed

getModelClass()

Returns the model class name.

public getModelClass() : string
Return values
string

Search results