PHP Класс Contao\CoreBundle\Config\Loader\PhpFileLoader

Наследование: extends Symfony\Component\Config\Loader\Loader
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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 )