Spot\Entity\Collection::run PHP Method

run() public method

Run a function on the set of entities
public run ( $callback )
    public function run($callback)
    {
        return call_user_func_array($callback, array($this->_results));
    }