trait AbstractTrait

Methods

boolean
isAbstract()

Returns whether this is abstract

$this
setAbstract(boolean $bool)

Sets this to abstract

Details

at line line 13
boolean isAbstract()

Returns whether this is abstract

Return Value

boolean true for abstract and false if not

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

Sets this to abstract

Parameters

boolean $bool true for abstract and false if not

Return Value

$this