trait FinalPart

Abstract Part

Keeps track if the model has a final modifier or not

Methods

bool
isFinal()

Returns whether this is final

$this
setFinal(bool $bool)

Sets this final

Details

at line line 21
bool isFinal()

Returns whether this is final

Return Value

bool true for final and false if not

at line line 31
$this setFinal(bool $bool)

Sets this final

Parameters

bool $bool true for final and false if not

Return Value

$this