Every line has a $rowid property
This commit is contained in:
parent
c7919a8d08
commit
b0e728251a
@ -28,6 +28,12 @@
|
|||||||
*/
|
*/
|
||||||
abstract class CommonObjectLine extends CommonObject
|
abstract class CommonObjectLine extends CommonObject
|
||||||
{
|
{
|
||||||
|
/**
|
||||||
|
* Id of the line
|
||||||
|
* @var int
|
||||||
|
*/
|
||||||
|
public $rowid;
|
||||||
|
|
||||||
// TODO
|
// TODO
|
||||||
|
|
||||||
// Currently we need function at end of file CommonObject for all object lines. Should find a way to avoid duplicate code.
|
// Currently we need function at end of file CommonObject for all object lines. Should find a way to avoid duplicate code.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user