Overview

Namespaces

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

Classes

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

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( mixed $data )

Parameters

$data
mixed
$data

Returns

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

Returns

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

Set group to delete.

Set group to delete.

Parameters

$groupName
string
$groupName group name

Returns

mixed
$this
public mixed
# removeContacts( boolean $remove )

Set flag on true to remove contacts from group.

Set flag on true to remove contacts from group.

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

Parameters

$remove
boolean
$remove if true contact in group will be removed

Returns

mixed
$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 2.8.0