NotificationTarget::getRawName PHP Method

getRawName() public method

Get a notificationtarget class by giving the object which raises the event
See also: CommonDBTM::getRawName
public getRawName ( )
    function getRawName()
    {
        if (isset($this->notification_targets_labels[$this->getField("type")][$this->getField("items_id")])) {
            return $this->notification_targets_labels[$this->getField("type")][$this->getField("items_id")];
        }
        return '';
    }