Jarves\Admin\ObjectCrud::setWithNewsFeed PHP Method

setWithNewsFeed() public method

public setWithNewsFeed ( boolean $withNewsFeed )
$withNewsFeed boolean
    public function setWithNewsFeed($withNewsFeed)
    {
        $this->withNewsFeed = $withNewsFeed;
    }
ObjectCrud