Knp\Bundle\KnpBundlesBundle\Entity\Bundle::getNbContributors PHP Méthode

getNbContributors() public méthode

Get the number of contributors
public getNbContributors ( ) : integer
Résultat integer
    public function getNbContributors()
    {
        return count($this->contributors);
    }