PHP 클래스 Contao\CoreBundle\Config\Loader\PhpFileLoader

상속: extends Symfony\Component\Config\Loader\Loader
파일 보기 프로젝트 열기: contao/core-bundle 1 사용 예제들

공개 메소드들

메소드 설명
load ( string $file, string | null $type = null ) : string Reads the contents of a PHP file stripping the opening and closing PHP tags.
supports ( $resource, $type = null )

메소드 상세

load() 공개 메소드

Reads the contents of a PHP file stripping the opening and closing PHP tags.
public load ( string $file, string | null $type = null ) : string
$file string
$type string | null
리턴 string

supports() 공개 메소드

public supports ( $resource, $type = null )