1: <?php class foreignKey { 2: private $primaryKey; 3: private $fieldId; 4: 5: public static function get($pk) { 6: 7: } 8: } 9: 10: ?> 11: