ok
Direktori : /home2/selectio/public_html/billingsoftwarenew/core/vendor/textmagic/sdk/Services/Models/ |
Current File : /home2/selectio/public_html/billingsoftwarenew/core/vendor/textmagic/sdk/Services/Models/Chats.php |
<?php /** * This file is part of the TextmagicRestClient package. * * Copyright (c) 2015 TextMagic Ltd. All rights reserved. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Textmagic\Services\Models; /** * @author Denis <denis@textmagic.biz> */ class Chats extends BaseModel { protected $resourceName = 'chats'; protected $allowMethods = array('getList', 'get'); }