PHP Class Contao\CoreBundle\Config\Loader\PhpFileLoader

Inheritance: extends Symfony\Component\Config\Loader\Loader
Afficher le fichier Open project: contao/core-bundle Class Usage Examples

Méthodes publiques

Méthode Description
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 )

Method Details

load() public méthode

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
Résultat string

supports() public méthode

public supports ( $resource, $type = null )