Rev 52 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 52 | Rev 61 | ||
|---|---|---|---|
| Line 3... | Line 3... | ||
| 3 | namespace PointedEars\PHPX\Db;  | 
            3 | namespace PointedEars\PHPX\Db;  | 
          
| 4 | 4 | ||
| 5 | /**
 | 
            5 | /**
 | 
          
| 6 |  * Generic abstract database mapper class
 | 
            6 |  * Generic abstract database mapper class
 | 
          
| 7 |  *
 | 
            7 |  *
 | 
          
| - | 8 |  * @property-read \PointedEars\PHPX\Db\Table $table
 | 
          |
| - | 9 |  *   The <code>Table</code> for this mapper
 | 
          |
| 8 |  * @author Thomas Lahn
 | 
            10 |  * @author Thomas Lahn
 | 
          
| 9 |  */
 | 
            11 |  */
 | 
          
| 10 | abstract class Mapper extends \PointedEars\PHPX\AbstractModel  | 
            12 | abstract class Mapper extends \PointedEars\PHPX\AbstractModel  | 
          
| 11 | {
 | 
            13 | {
 | 
          
| 12 |   /**
 | 
            14 |   /**
 |