PHP 클래스 Trismegiste\Mondrian\Parser\PackageParser

파일 보기 프로젝트 열기: trismegiste/mondrian

보호된 프로퍼티들

프로퍼티 타입 설명
$fileParser

공개 메소드들

메소드 설명
__construct ( PHPParser_Parser $parser )
parse ( Iterator $iter )

보호된 메소드들

메소드 설명
createPhpFileNode ( Symfony\Component\Finder\SplFileInfo $fch )

메소드 상세

__construct() 공개 메소드

public __construct ( PHPParser_Parser $parser )
$parser PHPParser_Parser

createPhpFileNode() 보호된 메소드

protected createPhpFileNode ( Symfony\Component\Finder\SplFileInfo $fch )
$fch Symfony\Component\Finder\SplFileInfo

parse() 공개 메소드

public parse ( Iterator $iter )
$iter Iterator

프로퍼티 상세

$fileParser 보호되어 있는 프로퍼티

protected $fileParser