trait AbstractPart

Abstract Part

Keeps track if the model has an abstract modifier or not

Methods

bool
isAbstract()

Returns whether this is abstract

$this
setAbstract(bool $bool)

Sets this to abstract

Details

at line line 21
bool isAbstract()

Returns whether this is abstract

Return Value

bool true for abstract and false if not

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

Sets this to abstract

Parameters

bool $bool true for abstract and false if not

Return Value

$this