PHP 클래스 Stauros\Stauros

파일 보기 프로젝트 열기: ircmaxell/stauros 1 사용 예제들

공개 메소드들

메소드 설명
__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

메소드 상세

__construct() 공개 메소드

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

scanHTML() 공개 메소드

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

scanHTMLStreamToStream() 공개 메소드

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

scanHTMLStreamToString() 공개 메소드

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