Hal\Component\BusinessRule\Collection::count PHP 메소드

count() 공개 메소드

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