示例#1
0
 public function __construct($baseUrl = null)
 {
     parent::__construct($baseUrl);
     $this->guards = array('status');
 }
示例#2
0
 public function __construct($baseUrl = null)
 {
     parent::__construct($baseUrl);
     $this->guards = array('user_id', 'client_id');
 }