Go live.
[readifood.git] / propel / build / classes / readifood / Hub.php
1 <?php
2
3
4
5 /**
6  * Skeleton subclass for representing a row from the 'Hub' 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.readifood
15  */
16 class Hub extends BaseHub
17 {
18   function getName() {
19     return $this->getDisplayname();
20   }
21 }