Knp\Bundle\KnpBundlesBundle\Entity\Bundle::getIsFork PHP Method

getIsFork() public method

Get isFork
public getIsFork ( ) : boolean
return boolean
    public function getIsFork()
    {
        return $this->isFork;
    }