PHP 클래스 Phrocco\Adapter\PhpAdapter

저자: Ross Riley
상속: implements Phrocco\Adapter\AdapterInterface
파일 보기 프로젝트 열기: rossriley/phrocco

공개 프로퍼티들

프로퍼티 타입 설명
$comment_blocks Regular Expression to find strip out all type of comments characters
$comment_expr
$comment_tokens
$doc_params
$multi_block

공개 메소드들

메소드 설명
parse ( $file ) : `array` ###Main parsing method.

메소드 상세

parse() 공개 메소드

Uses the php tokenizer to separate comments from code
public parse ( $file ) : `array`
리턴 `array`

프로퍼티 상세

$comment_blocks 공개적으로 프로퍼티

Regular Expression to find strip out all type of comments characters
public $comment_blocks

$comment_expr 공개적으로 프로퍼티

public $comment_expr

$comment_tokens 공개적으로 프로퍼티

public $comment_tokens

$doc_params 공개적으로 프로퍼티

public $doc_params

$multi_block 공개적으로 프로퍼티

public $multi_block