Public Member Functions | |
Journal ($data) | |
getId () | |
getImpactFactor () | |
getRankNum () | |
getRankDenom () | |
getRank () | |
create () | |
update () | |
delete () | |
exists () | |
getCacheId () | |
toArray () | |
Static Public Member Functions | |
static | newFromId ($id) |
static | newFromIssn ($issn) |
static | getAllJournals () |
static | getAllJournalsBySearch ($string) |
Public Attributes | |
$id | |
$year | |
$short_title | |
$iso_abbrev | |
$title | |
$issn | |
$eissn | |
$description | |
$ranking_numerator | |
$ranking_denominator | |
$impact_factor | |
$cited_half_life | |
$eigenfactor |
Journal::create | ( | ) |
Creates a new record in the DB for this BackboneModel
Reimplemented from BackboneModel.
Journal::delete | ( | ) |
Deletes the record in the DB for this BackboneModel
Reimplemented from BackboneModel.
Journal::exists | ( | ) |
Returns whether or not this BackboneModel exists or not
Reimplemented from BackboneModel.
static Journal::getAllJournals | ( | ) | [static] |
Returns all Journals
Journal::getCacheId | ( | ) |
Returns the id of this BackboneModel's cache
Reimplemented from BackboneModel.
Journal::getId | ( | ) |
Reimplemented from BackboneModel.
static Journal::newFromId | ( | $ | id | ) | [static] |
static Journal::newFromIssn | ( | $ | issn | ) | [static] |
Returns Journals from the given issn
string | $issn The issn of the journal |
Journal::toArray | ( | ) |
Generates and returns an array version of this BackboneModel
Reimplemented from BackboneModel.
Journal::update | ( | ) |
Updates the record in the DB for this BackboneModel
Reimplemented from BackboneModel.