PHP Класс Gregwar\RST\Span

Наследование: extends Gregwar\RST\Nodes\Node
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$environment
$parser
$span
$tokens

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

Метод Описание
__construct ( Parser $parser, $span )
br ( )
emphasis ( $text )
escape ( $span )
link ( $url, $title )
literal ( $text )
nbsp ( )
process ( $data ) Processes some data in the context of the span, this will process the **emphasis**, the nbsp, replace variables and end-of-line brs
reference ( $reference, $value )
render ( ) Renders the span
strongEmphasis ( $text )

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

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

public __construct ( Parser $parser, $span )
$parser Parser

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

public br ( )

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

public emphasis ( $text )

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

public escape ( $span )

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

public literal ( $text )

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

public nbsp ( )

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

Processes some data in the context of the span, this will process the **emphasis**, the nbsp, replace variables and end-of-line brs
public process ( $data )

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

public reference ( $reference, $value )

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

Renders the span
public render ( )

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

public strongEmphasis ( $text )

Описание свойств

$environment защищенное свойство

protected $environment

$parser защищенное свойство

protected $parser

$span защищенное свойство

protected $span

$tokens защищенное свойство

protected $tokens