Phactory\Mongo\Collection::__call PHP Method

__call() public method

public __call ( $func, $args )
    public function __call($func, $args)
    {
        return call_user_func_array(array($this->_collection, $func), $args);
    }