Psr2 Code Generator

AbstractPart

Abstract Part.

Keeps track if the model has an abstract modifier or not

Tags
author

Thomas Gossmann

Table of Contents

$abstract  : bool
isAbstract()  : bool
Returns whether this is abstract.
setAbstract()  : $this
Sets this to abstract.

Properties

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

true for abstract and false if not

Return values
$this

Search results