6 * Skeleton subclass for representing a row from one of the subclasses of the 'medium' table.
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.
14 * @package propel.generator.propel
16 class Horbuch extends Medium {
19 * Constructs a new Horbuch class, setting the class_key column to MediumPeer::CLASSKEY_2.
21 public function __construct()
23 parent::__construct();
24 $this->setClassKey(MediumPeer::CLASSKEY_2);