Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Contao
CoreBundle
Framework
Adapter
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