FinalPart
Abstract Part.
Keeps track if the model has a final modifier or not
Tags
Table of Contents
- $final : bool
- isFinal() : bool
- Returns whether this is final.
- setFinal() : $this
- Sets this final.
Properties
$final
private
bool
$final
= false
Methods
isFinal()
Returns whether this is final.
public
isFinal() : bool
Return values
bool —true
for final and false
if not
setFinal()
Sets this final.
public
setFinal(bool $bool) : $this
Parameters
- $bool : bool
-
true
for final andfalse
if not