Beispiel #1
0
 /**
  * Constructor.
  */
 function Article()
 {
     parent::Submission();
     $this->articleTexts = array();
     $this->removedArticleTexts = array();
     $this->articleSecIds = array();
     $this->removedArticleSecIds = array();
     $this->articlePurposes = array();
     $this->removedArticlePurposes = array();
     $this->articleOutcomes = array();
     $this->removedArticleOutcomes = array();
     $this->articleDrugs = array();
     $this->removedArticleDrugs = array();
     $this->articleSites = array();
     $this->removedArticleSites = array();
     $this->articleFundingSources = array();
     $this->removedArticleFundingSources = array();
     $this->articleSecondarySponsors = array();
     $this->removedArticleSecondarySponsors = array();
     $this->articleCROs = array();
     $this->removedArticleCROs = array();
 }
Beispiel #2
0
 /**
  * Constructor.
  */
 function Article()
 {
     parent::Submission();
 }
 /**
  * get monograph id
  * @return int
  * Constructor.
  */
 function Monograph()
 {
     parent::Submission();
 }
Beispiel #4
0
 /**
  * Constructor.
  */
 function Article()
 {
     // Switch on meta-data adapter support.
     $this->setHasLoadableAdapters(true);
     parent::Submission();
 }
Beispiel #5
0
 /**
  * Constructor.
  */
 function Paper()
 {
     parent::Submission();
 }