PHP Класс Gregwar\RST\Kernel

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

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

Метод Описание
build ( $name, $arg1 = null, $arg2 = null, $arg3 = null, $arg4 = null ) Create an instance of some class
getClass ( $name ) Gets the class for the given name
getDirectives ( ) Gets the available directives
getFileExtension ( ) Get the output files extension
getName ( ) Get the name of the kernel
getReferences ( ) Document references
initBuilder ( Builder $builder ) Allowing the kernel to tweak the builder
postParse ( Gregwar\RST\Document $document ) Allowing the kernel to tweak document after the build

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

build() публичный Метод

Create an instance of some class
public build ( $name, $arg1 = null, $arg2 = null, $arg3 = null, $arg4 = null )

getClass() публичный Метод

Gets the class for the given name
public getClass ( $name )

getDirectives() публичный Метод

Gets the available directives
public getDirectives ( )

getFileExtension() публичный Метод

Get the output files extension
public getFileExtension ( )

getName() абстрактный публичный Метод

Get the name of the kernel
abstract public getName ( )

getReferences() публичный Метод

Document references
public getReferences ( )

initBuilder() публичный Метод

Allowing the kernel to tweak the builder
public initBuilder ( Builder $builder )
$builder Builder

postParse() публичный Метод

Allowing the kernel to tweak document after the build
public postParse ( Gregwar\RST\Document $document )
$document Gregwar\RST\Document