PATH:
home
/
lab2454c
/
tripvare.com
/
vendor
/
cloudinary
/
cloudinary_php
/
src
/
Api
/
Provisioning
<?php /** * This file is part of the Cloudinary PHP package. * * (c) Cloudinary * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Cloudinary\Api\Provisioning; /** * Class AccountEndPoint * * @internal */ class AccountEndPoint { const USERS = 'users'; const USER_GROUPS = 'user_groups'; const SUB_ACCOUNTS = 'sub_accounts'; }
[+]
..
[-] UserRole.php
[edit]
[-] AccountApi.php
[edit]
[-] AccountEndPoint.php
[edit]
[-] AccountApiClient.php
[edit]