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

countKeywords() public method

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