trait DocblockPart

Docblock Part

Setting and getting a docblock on a model

Methods

$this
setDocblock(Docblock|string $doc)

Sets the docblock

Docblock
getDocblock()

Returns the docblock

Details

at line line 24
$this setDocblock(Docblock|string $doc)

Sets the docblock

Parameters

Docblock|string $doc

Return Value

$this

at line line 39
Docblock getDocblock()

Returns the docblock

Return Value

Docblock