| Path : /proc/self/root/var/www/html/solarwindia/vendor/nexmo/client-core/src/Insights/ |
| Current File : //proc/self/root/var/www/html/solarwindia/vendor/nexmo/client-core/src/Insights/Standard.php |
<?php
namespace Nexmo\Insights;
class Standard extends Basic
{
public function getCurrentCarrier()
{
return $this['current_carrier'];
}
public function getOriginalCarrier()
{
return $this['original_carrier'];
}
public function getPorted()
{
return $this['ported'];
}
public function getRoaming()
{
return $this['roaming'];
}
}