Guest User

Untitled

a guest
Jun 17th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. /**
  2. * Function to retrieve the value from an alternate source.
  3. * @example
  4. *
  5. * ~~~
  6. *
  7. * function($fActiveRecord) {
  8. * return $fActiveRecord->getFirstName();
  9. * }
  10. *
  11. * ~~~
  12. *
  13. * @var function
  14. */
Add Comment
Please, Sign In to add comment