AbstractPart
Abstract Part.
Keeps track if the model has an abstract modifier or not
Tags
Table of Contents
- $abstract : bool
- isAbstract() : bool
- Returns whether this is abstract.
- setAbstract() : $this
- Sets this to abstract.
Properties
$abstract
private
bool
$abstract
= false
Methods
isAbstract()
Returns whether this is abstract.
public
isAbstract() : bool
Return values
bool —true for abstract and false if not
setAbstract()
Sets this to abstract.
public
setAbstract(bool $bool) : $this
Parameters
- $bool : bool
-
truefor abstract andfalseif not