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

countKeywords() 공개 메소드

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