Pimcore\Model\Document\Email::setCc PHP 메소드

setCc() 공개 메소드

Sets the carbon copy receivers (multiple receivers should be separated with a ",")
public setCc ( string $cc )
$cc string
    public function setCc($cc)
    {
        $this->cc = $cc;
        return $this;
    }