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);
    }