]> wagnertech.de Git - projects.git/blob - verleihnix/Verleihnix/impl/data/build/classes/propel/Horbuch.php
verleihnix komplett eingescheckt
[projects.git] / verleihnix / Verleihnix / impl / data / build / classes / propel / Horbuch.php
1 <?php
2
3
4
5 /**
6  * Skeleton subclass for representing a row from one of the subclasses of the 'medium' table.
7  *
8  *
9  *
10  * You should add additional methods to this class to meet the
11  * application requirements.  This class will only be generated as
12  * long as it does not already exist in the output directory.
13  *
14  * @package    propel.generator.propel
15  */
16 class Horbuch extends Medium {
17
18     /**
19      * Constructs a new Horbuch class, setting the class_key column to MediumPeer::CLASSKEY_2.
20      */
21     public function __construct()
22     {
23         parent::__construct();
24         $this->setClassKey(MediumPeer::CLASSKEY_2);
25     }
26
27 } // Horbuch