예제 #1
0
파일: IdPList.php 프로젝트: r4mp/Foodle
 function __construct($config, $parameters)
 {
     parent::__construct($config, $parameters);
 }
예제 #2
0
 function __construct($config, $parameters)
 {
     $this->user = null;
     parent::__construct($config, $parameters);
 }