PHP Класс ApiGen\Templating\Filters\SourceFilters

Наследование: extends Filters
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__construct ( ApiGen\Contracts\Configuration\ConfigurationInterface $configuration )
sourceUrl ( ApiGen\Contracts\Parser\Reflection\ElementReflectionInterface $element, boolean $withLine = true ) : string
staticFile ( string $name ) : string

Приватные методы

Метод Описание
getElementLinesAnchor ( ApiGen\Contracts\Parser\Reflection\Behavior\LinedInterface $element ) : string
isDirectUrl ( ApiGen\Contracts\Parser\Reflection\ElementReflectionInterface $element ) : boolean

Описание методов

__construct() публичный метод

public __construct ( ApiGen\Contracts\Configuration\ConfigurationInterface $configuration )
$configuration ApiGen\Contracts\Configuration\ConfigurationInterface

sourceUrl() публичный метод

public sourceUrl ( ApiGen\Contracts\Parser\Reflection\ElementReflectionInterface $element, boolean $withLine = true ) : string
$element ApiGen\Contracts\Parser\Reflection\ElementReflectionInterface
$withLine boolean Include file line number into the link
Результат string

staticFile() публичный метод

public staticFile ( string $name ) : string
$name string
Результат string