Overview

Namespaces

  • SMSApi
    • Api
      • Action
        • Phonebook
        • Sender
        • Sms
        • User
      • Response
    • Exception
    • Proxy
      • Http

Classes

  • ContactAdd
  • ContactDelete
  • ContactEdit
  • ContactGet
  • ContactList
  • GroupAdd
  • GroupDelete
  • GroupEdit
  • GroupGet
  • GroupList
  • Overview
  • Namespace
  • Class

Class GroupDelete

Class GroupDelete

SMSApi\Api\Action\AbstractAction
Extended by SMSApi\Api\Action\Phonebook\GroupDelete
Namespace: SMSApi\Api\Action\Phonebook
Package: SMSApi\Api\Action\Phonebook
Located at Api/Action/Phonebook/GroupDelete.php
Methods summary
protected SMSApi\Api\Response\RawResponse
# response( $data )

Parameters

$data

Returns

SMSApi\Api\Response\RawResponse
public SMSApi\Proxy\Uri
# uri( )

Returns

SMSApi\Proxy\Uri
public
# filterByGroupName( string $groupName )

Set group to delete.

Set group to delete.

Parameters

$groupName
group name

Returns


$this
public
# removeContacts( boolean $remove )

Set true to remove contacts from phonebook. If contacts are in other groups, they will be only unbind.

Set true to remove contacts from phonebook. If contacts are in other groups, they will be only unbind.

If this flag is false or unset contact will be only unbind from group.

Parameters

$remove
if true contact in group will be removed

Returns


$this
Methods inherited from SMSApi\Api\Action\AbstractAction
__construct(), client(), execute(), file(), handleError(), paramsBasicToQuery(), paramsLoginToQuery(), paramsOther(), proxy(), renderTo(), setJson(), setTest()
Properties inherited from SMSApi\Api\Action\AbstractAction
$client, $date, $encoding, $group, $idx, $params, $proxy, $to
SMSAPI Api Client API documentation generated by ApiGen