Advertisement
Guest User

Untitled

a guest
Feb 19th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.14 KB | None | 0 0
  1. function($doc) use ($emit) {
  2.                 if ($doc->stereotype == 11)
  3.                   $emit($doc->idItem, NULL);
  4.                };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement