%PDF- %PDF-
Direktori : /www/old2/_muzikoterapie/uloziste.eacm.cz/3rdparty/php-opencloud/openstack/src/Identity/v3/ |
Current File : /www/old2/_muzikoterapie/uloziste.eacm.cz/3rdparty/php-opencloud/openstack/src/Identity/v3/Enum.php |
<?php declare(strict_types=1); namespace OpenStack\Identity\v3; abstract class Enum { const INTERFACE_INTERNAL = 'internal'; const INTERFACE_PUBLIC = 'public'; const INTERFACE_ADMIN = 'admin'; }