]> wagnertech.de Git - projects.git/blobdiff - verleihnix/Verleihnix/impl/data/build/classes/propel/Horbuch.php
verleihnix komplett eingescheckt
[projects.git] / verleihnix / Verleihnix / impl / data / build / classes / propel / Horbuch.php
diff --git a/verleihnix/Verleihnix/impl/data/build/classes/propel/Horbuch.php b/verleihnix/Verleihnix/impl/data/build/classes/propel/Horbuch.php
new file mode 100644 (file)
index 0000000..91b1ae2
--- /dev/null
@@ -0,0 +1,27 @@
+<?php
+
+
+
+/**
+ * Skeleton subclass for representing a row from one of the subclasses of the 'medium' table.
+ *
+ *
+ *
+ * You should add additional methods to this class to meet the
+ * application requirements.  This class will only be generated as
+ * long as it does not already exist in the output directory.
+ *
+ * @package    propel.generator.propel
+ */
+class Horbuch extends Medium {
+
+    /**
+     * Constructs a new Horbuch class, setting the class_key column to MediumPeer::CLASSKEY_2.
+     */
+    public function __construct()
+    {
+        parent::__construct();
+        $this->setClassKey(MediumPeer::CLASSKEY_2);
+    }
+
+} // Horbuch