com.lokorin.lokorin.lib
[ class tree: com.lokorin.lokorin.lib ] [ index: com.lokorin.lokorin.lib ] [ all elements ]

Class: Edit

Source Location: /_includes/lib_mplf_archive.php

Class Overview

TableEntry
   |
   --Edit

Describes an edit to an filter.


Author(s):

  • Andreas Launila

Variables

Methods


Inherited Variables

Inherited Methods

Class: TableEntry

TableEntry::__construct()
Constructor for TableEntry.
TableEntry::getId()
Gets the unique identifier for the table entry.
TableEntry::readRow()
Processes the contents of a retrieved row that describes the entry.

Class Details

[line 607]
Describes an edit to an filter.



Tags:

author:  Andreas Launila


[ Top ]


Class Variables

$description =

[line 617]

The description of what was done during the edit.



Tags:

access:  private

Type:   string


[ Top ]

$filterId =

[line 627]

The id of the filter that was edited.



Tags:

access:  private

Type:   integer


[ Top ]

$moderatorId =

[line 622]

The id of the moderator that approved the edit.



Tags:

access:  private

Type:   integer


[ Top ]

$timeEdited =

[line 612]

The timestamp when the edit was performed.



Tags:

access:  private

Type:   integer


[ Top ]



Class Methods


constructor __construct [line 633]

Edit __construct( integer $id)

Constructor for Edit.



Tags:

access:  public


Overrides TableEntry::__construct() (Constructor for TableEntry.)

Parameters:

integer   $id   The id of the edit to be constructed.

[ Top ]

method getDescription [line 665]

string getDescription( )

Gets the description connected to the edit.



Tags:

return:  A description of what has changed.
access:  public


[ Top ]

method getEditedTimestamp [line 657]

integer getEditedTimestamp( )

Gets the time when the edit was performed.



Tags:

return:  A unix timestamp.
access:  public


[ Top ]

method getFilterId [line 681]

integer getFilterId( )

Get the id of the filter that was edited.



Tags:

return:  An unique filter identificator.
access:  public


[ Top ]

method getModeratorId [line 673]

integer getModeratorId( )

Get the id of the moderator that approved the edit.



Tags:

return:  An unique moderator identificator.
access:  public


[ Top ]

method readRow [line 646]

void readRow( mixed $row)



Tags:

access:  protected
see:  com.lokorin.lokorin.includes.TableEntry.readRow($row)


Overrides TableEntry::readRow() (Processes the contents of a retrieved row that describes the entry.)

[ Top ]


Documentation generated on Sun, 16 Apr 2006 21:03:40 +0200 by phpDocumentor 1.3.0RC4