Spot\Entity\Collection::run PHP 메소드

run() 공개 메소드

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