[ Index ] |
PHP Cross Reference of Phabricator |
[Summary view] [Print] [Text view]
1 <?php 2 3 final class DiffusionRefNotFoundException extends Exception { 4 5 private $ref; 6 7 public function setRef($ref) { 8 $this->ref = $ref; 9 return $this; 10 } 11 12 public function getRef() { 13 return $this->ref; 14 } 15 16 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Sun Nov 30 09:20:46 2014 | Cross-referenced by PHPXref 0.7.1 |