Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. <?php
  2.  
  3. /*This function takes vap output as argument
  4. and returns the human-readable value*/
  5.  
  6. public function get_vap_parameters($key)
  7. {
  8. return $this->vap_parameters[$key];
  9. }
  10.  
  11. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement