Nelmio\Alice\Definition\PropertyBag::count PHP Method

count() public method

public count ( ) : integer
return integer
    public function count() : int
    {
        return count($this->properties);
    }