Pap_Api_ClickTracker::setChannel PHP 메소드

setChannel() 공개 메소드

Use this function if you want to explicitly specify channel through which this click was made
public setChannel ( $channelId )
        public function setChannel($channelId)
        {
            $this->channelId = $channelId;
        }