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

getNbForks() public method

Get forks
public getNbForks ( ) : integer
return integer
    public function getNbForks()
    {
        return $this->nbForks;
    }