PHP Class Contao\CoreBundle\Framework\Adapter

Show file Open project: contao/core-bundle Class Usage Examples

Public Methods

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

Method Details

__call() public method

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

__construct() public method

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