PHP Class Stauros\Stauros

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

Méthodes publiques

Méthode Description
__construct ( Config $htmlConfig = null )
scanHTML ( $string ) Scan a string to a string
scanHTMLStreamToStream ( $input, $output ) Scan a stream to a stream
scanHTMLStreamToString ( $input ) Scan a stream to a string

Method Details

__construct() public méthode

public __construct ( Config $htmlConfig = null )
$htmlConfig Stauros\HTML\Config

scanHTML() public méthode

Scan a string to a string
public scanHTML ( $string )

scanHTMLStreamToStream() public méthode

Scan a stream to a stream
public scanHTMLStreamToStream ( $input, $output )

scanHTMLStreamToString() public méthode

Scan a stream to a string
public scanHTMLStreamToString ( $input )