Esempio n. 1
0
 function __construct(ILocalizedEndpoint $endpoint)
 {
     parent::__construct($endpoint);
 }
Esempio n. 2
0
 function __construct(IAuthenticatedEndpoint $endpoint)
 {
     parent::__construct($endpoint);
 }
 public function __construct(IRestrictedGuildEndpoint $endpoint)
 {
     parent::__construct($endpoint);
 }
Esempio n. 4
0
 function __construct(IPaginatedEndpoint $endpoint)
 {
     parent::__construct($endpoint);
 }