예제 #1
0
 public function __construct(Config $config, $userId)
 {
     parent::__construct($config);
     $this->userId = $userId;
     $this->getUser();
 }
예제 #2
0
파일: User.php 프로젝트: drmovi/Social
 public function __construct(Config $config)
 {
     parent::__construct($config);
     $this->get('account/verify_credentials');
 }