Every line has a $rowid property

This commit is contained in:
Marcos García de La Fuente 2015-03-02 03:28:08 +01:00
parent c7919a8d08
commit b0e728251a

View File

@ -28,6 +28,12 @@
*/
abstract class CommonObjectLine extends CommonObject
{
/**
* Id of the line
* @var int
*/
public $rowid;
// TODO
// Currently we need function at end of file CommonObject for all object lines. Should find a way to avoid duplicate code.