__call() public méthode

Provides magic access to private functions of the class and native public mysqlidb functions
public __call ( string $method, mixed $arg ) : mixed
$method string
$arg mixed
Résultat mixed
Exemple #1
0
 public function __call($closure, $arguments)
 {
     return parent::__call($closure, $arguments);
 }