PHP Class Contao\CoreBundle\Framework\Adapter

Afficher le fichier Open project: contao/core-bundle Class Usage Examples

Méthodes publiques

Méthode Description
__call ( string $name, array $arguments = [] ) : mixed Calls a method of the adapted class.
__construct ( string $class ) Constructor.

Method Details

__call() public méthode

Calls a method of the adapted class.
public __call ( string $name, array $arguments = [] ) : mixed
$name string
$arguments array
Résultat mixed

__construct() public méthode

Constructor.
public __construct ( string $class )
$class string