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

getNbFollowers() public method

Get followers
public getNbFollowers ( ) : integer
return integer
    public function getNbFollowers()
    {
        return $this->nbFollowers;
    }

Usage Example

Example #1
0
 /**
  * {@inheritdoc}
  */
 public function updateScore(Bundle $bundle)
 {
     $bundle->addScoreDetail('followers', $bundle->getNbFollowers());
 }