PayPal\Api\Notification::removeCcEmail PHP Метод

removeCcEmail() публичный Метод

Remove CcEmails from the list.
public removeCcEmail ( string $string )
$string string
    public function removeCcEmail($string)
    {
        return $this->setCcEmails(array_diff($this->getCcEmails(), array($string)));
    }