Spot\Entity\Collection::run PHP Méthode

run() public méthode

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