PHP Class Stauros\HTML\Config

Afficher le fichier Open project: ircmaxell/stauros Class Usage Examples

Méthodes publiques

Свойство Type Description
$attributeCallbacks
$charset
$tagWhiteList
$uriAllowedSchemes
$uriAttrs

Méthodes publiques

Méthode Description
__construct ( array $tagWhiteList = null, array $uriAttrs = null, array $uriAllowedSchemes = null, $charset = null )
addAttributeCallback ( callable $cb )

Method Details

__construct() public méthode

public __construct ( array $tagWhiteList = null, array $uriAttrs = null, array $uriAllowedSchemes = null, $charset = null )
$tagWhiteList array
$uriAttrs array
$uriAllowedSchemes array

addAttributeCallback() public méthode

Property Details

$attributeCallbacks public_oe property

public $attributeCallbacks

$charset public_oe property

public $charset

$tagWhiteList public_oe property

public $tagWhiteList

$uriAllowedSchemes public_oe property

public $uriAllowedSchemes

$uriAttrs public_oe property

public $uriAttrs