Class Tx_ExtBibsonomyCsl_Domain_Model_Publication

Description

Located in /Classes/Domain/Model/Publication.php (line 33)

Tx_Extbase_DomainObject_AbstractValueObject
   |
   --Tx_ExtBibsonomyCsl_Domain_Model_Publication
Variable Summary
string $id
string $jsonSource
string $title
string $year
Method Summary
string getId ()
string getJsonSource ()
string getTitle ()
string getYear ()
void setId (string $id)
void setJsonSource (string $jsonSource)
void setTitle (string $title)
void setYear (string $year)
Variables
string $id (line 42)

id

  • access: protected
string $jsonSource (line 65)

jsonSource

  • access: protected
string $title (line 50)

title

  • access: protected
string $year (line 57)

year

  • access: protected
Methods
cmpEntrytype (line 161)

compares extrytype for php sorting function

  • access: public
integer cmpEntrytype (Tx_ExtBibsonomyCsl_Domain_Model_Publication $b)
cmpYear (line 149)

compares year for php sorting function

  • access: public
getId (line 72)

Returns the id

  • access: public
string getId ()
getJsonSource (line 129)

Returns the jsonSource

  • access: public
string getJsonSource ()
getTitle (line 91)

Returns the title

  • access: public
string getTitle ()
getYear (line 110)

Returns the year

  • access: public
string getYear ()
setId (line 82)

Sets the id

  • access: public
void setId (string $id)
  • string $id
setJsonSource (line 139)

Sets the jsonSource

  • access: public
void setJsonSource (string $jsonSource)
  • string $jsonSource
setTitle (line 101)

Sets the title

  • access: public
void setTitle (string $title)
  • string $title
setYear (line 120)

Sets the year

  • access: public
void setYear (string $year)
  • string $year

Documentation generated on Mon, 08 Oct 2012 14:35:47 +0200 by phpDocumentor 1.4.4