Source of file IStackableArrayArgument.php

Size: 0,445 Bytes - Last Modified: 2019-08-09T18:27:54+00:00

/home/travis/build/zerospam/sdk-framework/src/Request/Arguments/Stackable/IStackableArrayArgument.php

1234567891011121314151617181920
<?php
/**
 * Created by PhpStorm.
 * User: pbb
 * Date: 25/09/18
 * Time: 9:40 AM
 */

namespace ZEROSPAM\Framework\SDK\Request\Arguments\Stackable;

/**
 * Interface IStackableArrayArgument
 *
 * Contract for arguments using Freshbooks specific format: ex. ?search[statusids][]=1&search[statusids][]=2
 *
 * @package ZEROSPAM\Framework\SDK\Request\Arguments\Stackable
 */
interface IStackableArrayArgument extends ISubKeyedStackableArgument
{
}