Hal\Component\BusinessRule\Collection::count PHP Method

count() public method

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