Example #1
0
 function __construct($arr)
 {
     C::sessionStart();
     $this->arr = $arr;
 }
Example #2
0
 function __construct()
 {
     C::sessionStart();
     $this->token = 'token';
     $this->tokenMain = 'main';
     $this->info = '';
 }