PHP 클래스 Relax\Greppy\SimpleMatcher

저자: Daniel Ribeiro ([email protected])
상속: implements Relax\Greppy\Matcher
파일 보기 프로젝트 열기: relaxphp/greppy

공개 메소드들

메소드 설명
__construct ( string $subject )
getSubject ( )
matches ( Relax\Greppy\Pattern $pattern )

메소드 상세

__construct() 공개 메소드

public __construct ( string $subject )
$subject string The subject to match against

getSubject() 공개 메소드

public getSubject ( )

matches() 공개 메소드

public matches ( Relax\Greppy\Pattern $pattern )
$pattern Relax\Greppy\Pattern