1: <?php class primaryKey { 2: private $fields; 3: 4: public static function get($fields = null) { 5: return $fields; 6: } 7: } 8: 9: ?> 10: