Newscoop\Entity\Article::getWebcodeEntity PHP Method

getWebcodeEntity() public method

Get webcode object.
public getWebcodeEntity ( ) : string
return string
    public function getWebcodeEntity()
    {
        if (!$this->webcode) {
            return;
        }
        return $this->webcode;
    }