Metabor\Callback\Composite::count PHP Method

count() public method

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