Documentation

NameTrait

Name 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

$name  : string|null
Name

Methods

getName()  : string|null
Get the name
hasName()  : bool
Get the name
setName()  : static
Set the name

Properties

$name

Name

protected string|null $name = null

Methods

getName()

Get the name

public getName() : string|null
Return values
string|null

hasName()

Get the name

public hasName() : bool
Return values
bool

setName()

Set the name

public setName(string $name) : static
Parameters
$name : string
Return values
static

        
On this page

Search results