\Article

Class to hold all data about individual articles based on the structure of the Articles table of the database

Synopsis

class Article {
}

Members

private

  • $articleHTML
  • $articleSection
  • $articleSources
  • $articleText
  • $articleURL
  • $author
  • $gradeLevel
  • $hasNotes
  • $hasUpdates
  • $headline
  • $isPrimarySource
  • $numNeedsSource
  • $numNotSourced
  • $numOriginalReporting
  • $numPrimarySource
  • $numQuote
  • $numSecondarySource
  • $numSentences
  • $publishDate
  • $publisher
  • $retrievalDate
  • $subtitle
  • $textSources

Methods