Squiz Matrix  4.12.2
 All Data Structures Namespaces Functions Variables Pages
buyable.inc
1 <?php
28 interface Buyable
29 {
30 
31 
38  public function getPrice();//end getPrice()
39 
40 
41 }//end class
42 
43 ?>