trait FinalTrait

Methods

boolean
isFinal()

Returns whether this is final

$this
setFinal(boolean $bool)

Sets this final

Details

at line line 13
boolean isFinal()

Returns whether this is final

Return Value

boolean true for final and false if not

at line line 23
$this setFinal(boolean $bool)

Sets this final

Parameters

boolean $bool true for final and false if not

Return Value

$this