PHP 인터페이스 Nelmio\Alice\Parser\IncludeProcessorInterface

파일 보기 프로젝트 열기: nelmio/alice 0 사용 예제들

공개 메소드들

메소드 설명
process ( Nelmio\Alice\ParserInterface $parser, string $file, array $data ) : array Process the data include/import statements. For example check the files in the include statement and parses those files and merges the result with the existing data.

메소드 상세

process() 공개 메소드

Process the data include/import statements. For example check the files in the include statement and parses those files and merges the result with the existing data.
public process ( Nelmio\Alice\ParserInterface $parser, string $file, array $data ) : array
$parser Nelmio\Alice\ParserInterface Parsed used to parse the files to include.
$file string File from which the data comes from.
$data array Parse result of the loaded file.
리턴 array