Knp\Bundle\KnpBundlesBundle\Entity\Bundle::getNbFollowers PHP 메소드

getNbFollowers() 공개 메소드

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

Usage Example

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