PHP Class Stauros\HTML\Config

Show file Open project: ircmaxell/stauros Class Usage Examples

Public Properties

Property Type Description
$attributeCallbacks
$charset
$tagWhiteList
$uriAllowedSchemes
$uriAttrs

Public Methods

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

Method Details

__construct() public method

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

addAttributeCallback() public method

Property Details

$attributeCallbacks public property

public $attributeCallbacks

$charset public property

public $charset

$tagWhiteList public property

public $tagWhiteList

$uriAllowedSchemes public property

public $uriAllowedSchemes

$uriAttrs public property

public $uriAttrs