__call() public method

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
return mixed
コード例 #1
0
ファイル: semester.php プロジェクト: 7373Lacym/OrgWeb
 public function __call($closure, $arguments)
 {
     return parent::__call($closure, $arguments);
 }