Documentation

AbstractFinalTrait

Abstract final trait

Tags
category

Pop

author

Nick Sagona, III dev@nolainteractive.com

copyright

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

license

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

version
5.0.0

Table of Contents

Properties

$abstract  : bool
Method abstract flag
$final  : bool
Method final flag

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

Methods

isAbstract()

Get the method abstract flag

public isAbstract() : bool
Return values
bool

setAsAbstract()

Set the method abstract flag

public setAsAbstract([bool $abstract = true ]) : static
Parameters
$abstract : bool = true
Return values
static

setAsFinal()

Set the method final flag

public setAsFinal([bool $final = true ]) : static
Parameters
$final : bool = true
Return values
static

        
On this page

Search results