Current File : /home/inlingua/www/crm.vprotectindia.com/vendor/nexmo/client/src/Message/CollectionTrait.php
<?php
namespace Nexmo\Message;

trait CollectionTrait
{
    protected $index = null;

    public function setIndex($index)
    {
        $this->index = (int) $index;
    }
}