Documentation

AbstractFinalTrait

Abstract final trait

Tags
category

Pop

author

Nick Sagona, III dev@nolainteractive.com

copyright

Copyright (c) 2009-2021 NOLA Interactive, LLC. (http://www.nolainteractive.com)

license

http://www.popphp.org/license New BSD License

version
4.1.0

Table of Contents

$abstract  : bool
Method abstract flag
$final  : bool
Method final flag
isAbstract()  : bool
Get the method abstract flag
isFinal()  : bool
Get the method final flag
setAsAbstract()  : AbstractFinalTrait
Set the method abstract flag
setAsFinal()  : AbstractFinalTrait
Set the method final flag

Properties

Methods

isAbstract()

Get the method abstract flag

public isAbstract() : bool
Return values
bool

isFinal()

Get the method final flag

public isFinal() : bool
Return values
bool

Search results