Declaration

A thing and its corresponding doc block

interface Declaration
Copyright
2016 Appertly
License
Apache-2.0

Instance Methods

Public
ReturnsSignature and Description
Block

Gets the doc comment block.

string

Gets the source filename.

Method Details

getDocBlock

abstract public function getDocBlock()

Gets the doc comment block.

Returns
TypeDescription
Block

The doc block, which could be empty

getFilename

abstract public function getFilename()

Gets the source filename.

Returns
TypeDescription
string

The filename