Documentation

PhpClassReference extends Reference
in package

A reference is something that can be resolved in the document, for instance:

Tags
link
https://docs.readthedocs.io/en/stable/guides/cross-referencing-with-sphinx.html

Table of Contents

found()  : void
Called when a reference is just found
getName()  : string
The name of the reference, i.e the :something:
resolve()  : ResolvedReference
Resolve the reference and returns an array

Methods

found()

Called when a reference is just found

public found(Environment $environment, string $data) : void
Parameters
$environment : Environment

the Environment in use

$data : string

the data of the reference

Return values
void

getName()

The name of the reference, i.e the :something:

public getName() : string
Return values
string

Search results