kahlan\Summary::__call PHP Method

__call() public method

Return the number of specs of a certain type.
public __call ( $name, $args ) : integer
return integer
    public function __call($name, $args)
    {
        return isset($this->_logs[$name]) ? count($this->_logs[$name]) : 0;
    }