PHP 클래스 PhpCss\Scanner

The actual result depends on the status, the status class does the actual token matching and generation, the scanner handles, to loops and delegations.
파일 보기 프로젝트 열기: ThomasWeinert/PhpCss

공개 메소드들

메소드 설명
__construct ( Status $status ) Constructor, set status object
scan ( &$target, string $string, integer $offset ) : integer Scan a string for tokens

비공개 메소드들

메소드 설명
_delegate ( Token[] &$target, Status $status ) : Scanner Got new status, delegate to subscanner.
_next ( ) : Token | null Get next token

메소드 상세

__construct() 공개 메소드

Constructor, set status object
public __construct ( Status $status )
$status PhpCss\Scanner\Status

scan() 공개 메소드

Scan a string for tokens
public scan ( &$target, string $string, integer $offset ) : integer
$string string content string
$offset integer start offset
리턴 integer new offset