Skip to content

Commit 486ce2e

Browse files
committed
chore(dx): add docblock
1 parent 0819eed commit 486ce2e

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

src/Representation/Organization.php

+21
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,27 @@
1111
use Fschmtt\Keycloak\Type\Map;
1212

1313
/**
14+
* @method string|null getId()
15+
* @method string|null getName()
16+
* @method bool|null getEnabled()
17+
* @method string|null getDescription()
18+
* @method Map|null getAttributes()
19+
* @method OrganizationDomainCollection|null getDomains()
20+
* @method UserCollection|null getMembers()
21+
* @method IdentityProviderCollection|null getIdentityProviders()
22+
* @method string|null getAlias()
23+
* @method string|null getRedirectUrl()
24+
* @method self withId(?string $id)
25+
* @method self withName(?string $name)
26+
* @method self withEnabled(?bool $enabled)
27+
* @method self withDescription(?string $description)
28+
* @method self withAttributes(?Map $attributes)
29+
* @method self withDomains(?OrganizationDomainCollection $domains)
30+
* @method self withMembers(?UserCollection $members)
31+
* @method self withIdentityProviders(?IdentityProviderCollection $identityProviders)
32+
* @method self withAlias(?string $alias)
33+
* @method self withRedirectUrl(?string $redirectUrl)
34+
*
1435
* @codeCoverageIgnore
1536
*/
1637
class Organization extends Representation

0 commit comments

Comments
 (0)