PHP Class Stauros\Stauros

ファイルを表示 Open project: ircmaxell/stauros Class Usage Examples

Public Methods

Method 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 method

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

scanHTML() public method

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

scanHTMLStreamToStream() public method

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

scanHTMLStreamToString() public method

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