AbstractFinalTrait
Abstract final trait
Tags
Table of Contents
Properties
Methods
- isAbstract() : bool
- Get the method abstract flag
- isFinal() : bool
- Get the method final flag
- setAsAbstract() : static
- Set the method abstract flag
- setAsFinal() : static
- Set the method final flag
Properties
$abstract
Method abstract flag
protected
bool
$abstract
= false
$final
Method final flag
protected
bool
$final
= false
Methods
isAbstract()
Get the method abstract flag
public
isAbstract() : bool
Return values
boolisFinal()
Get the method final flag
public
isFinal() : bool
Return values
boolsetAsAbstract()
Set the method abstract flag
public
setAsAbstract([bool $abstract = true ]) : static
Parameters
- $abstract : bool = true
Return values
staticsetAsFinal()
Set the method final flag
public
setAsFinal([bool $final = true ]) : static
Parameters
- $final : bool = true