Documentation

DocblockTrait

Docblock 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

$docblock  : DocblockGenerator|null
Docblock generator object

Methods

getDesc()  : string|null
Get the docblock description
getDocblock()  : DocblockGenerator|null
Access the docblock generator object
hasDesc()  : bool
Has a docblock description
hasDocblock()  : bool
Has docblock generator object
setDesc()  : static
Set the docblock description
setDocblock()  : static
Set the docblock generator object

Properties

Methods

getDesc()

Get the docblock description

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

hasDesc()

Has a docblock description

public hasDesc() : bool
Return values
bool

hasDocblock()

Has docblock generator object

public hasDocblock() : bool
Return values
bool

setDesc()

Set the docblock description

public setDesc([string|null $desc = null ]) : static
Parameters
$desc : string|null = null
Return values
static

        
On this page

Search results