Advertisement
repente

Untitled

Jun 19th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. /**
  2. * Get the serie.
  3. *
  4. * @return array with the serie.
  5. */
  6. public function getSerie()
  7. {
  8. return $this->serie;
  9. }
  10.  
  11. /**
  12. * Get the min.
  13. *
  14. * @return array with the serie.
  15. */
  16. public function getMin()
  17. {
  18. return $this->min;
  19. }
  20.  
  21. /**
  22. * Get the max.
  23. *
  24. * @return array with the serie.
  25. */
  26. public function getMax()
  27. {
  28. return $this->max;
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement