Guest User

Untitled

a guest
Jan 19th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. // QUASI-RELATIONS
  2.  
  3. public function getCage()
  4. {
  5. return $this->rack
  6. ? $this->rack->cage
  7. : null;
  8. }
  9.  
  10. public function getColo()
  11. {
  12. return $this->cage
  13. ? $this->cage->colo
  14. : null;
  15. }
Add Comment
Please, Sign In to add comment