Hal\Component\BusinessRule\Collection::count PHP Méthode

count() public méthode

Get number of valid items
public count ( ) : integer
Résultat integer
    public function count()
    {
        $this->applyFilter();
        return sizeof($this->datas);
    }