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

countKeywords() public méthode

public countKeywords ( ) : integer
Résultat integer Total nb of keywords for this bundle
    public function countKeywords()
    {
        return count($this->keywords);
    }