Documentation

Tag
in package
uses Strict

Table of Contents

Properties

$cache  : Cache
$colorConverter  : ColorConverter
$cssManager  : CssManager
$form  : Form
$imageProcessor  : ImageProcessor
$languageToFont  : LanguageToFontInterface
$mpdf  : Mpdf
$otl  : Otl
$sizeConverter  : SizeConverter
$tableOfContents  : TableOfContents

Methods

__call()  : mixed
__callStatic()  : mixed
__construct()  : mixed
__get()  : mixed
__isset()  : mixed
__set()  : mixed
__unset()  : mixed
CloseTag()  : mixed
getTagClassName()  : string
Returns the fully qualified name of the class handling the rendering of the given tag
OpenTag()  : mixed
getTagInstance()  : Tag

Properties

Methods

__call()

public __call(string $name, array<string|int, mixed> $args) : mixed
Parameters
$name : string

method name

$args : array<string|int, mixed>

arguments

__callStatic()

public static __callStatic(string $name, array<string|int, mixed> $args) : mixed
Parameters
$name : string

lowercase method name

$args : array<string|int, mixed>

arguments

__construct()

public __construct(Mpdf $mpdf, Cache $cache, CssManager $cssManager, Form $form, Otl $otl, TableOfContents $tableOfContents, SizeConverter $sizeConverter, ColorConverter $colorConverter, ImageProcessor $imageProcessor, LanguageToFontInterface $languageToFont) : mixed
Parameters
$mpdf : Mpdf
$cache : Cache
$cssManager : CssManager
$form : Form
$otl : Otl
$tableOfContents : TableOfContents
$sizeConverter : SizeConverter
$colorConverter : ColorConverter
$imageProcessor : ImageProcessor
$languageToFont : LanguageToFontInterface

__get()

public & __get(string $name) : mixed
Parameters
$name : string

property name

__isset()

public __isset(string $name) : mixed
Parameters
$name : string

property name

Tags
throws
StrictObjects

__set()

public __set(string $name, mixed $value) : mixed
Parameters
$name : string

property name

$value : mixed

property value

__unset()

public __unset(string $name) : mixed
Parameters
$name : string

property name

Tags
throws
StrictObjects

CloseTag()

public CloseTag(mixed $tag, mixed &$ahtml, mixed &$ihtml) : mixed
Parameters
$tag : mixed
$ahtml : mixed
$ihtml : mixed

getTagClassName()

Returns the fully qualified name of the class handling the rendering of the given tag

public static getTagClassName(string $tag) : string
Parameters
$tag : string

The tag name

Return values
string

The fully qualified name

OpenTag()

public OpenTag(mixed $tag, mixed $attr, mixed &$ahtml, mixed &$ihtml) : mixed
Parameters
$tag : mixed
$attr : mixed
$ahtml : mixed
$ihtml : mixed

getTagInstance()

private getTagInstance(string $tag) : Tag
Parameters
$tag : string

The tag name

Return values
Tag

        
On this page

Search results