SimpleSoftwareIO\SMS\Drivers\NexmoSMS::hasProperty PHP Method

hasProperty() protected method

Check if the message from Nexmo has a given property
protected hasProperty ( $message, $property ) : boolean
$message
$property
return boolean
    protected function hasProperty($message, $property)
    {
        return array_key_exists($property, $message);
    }