Пример #1
0
 public function __construct()
 {
     parent::__construct("newsarticle", "News Article");
     $this->permName = "news article";
 }
Пример #2
0
 public function __construct()
 {
     parent::__construct("pubgroup", "Publication Group");
 }
Пример #3
0
 public function __construct()
 {
     parent::__construct("contributor", "Contributor");
 }
Пример #4
0
 public function __construct()
 {
     parent::__construct("antibody", "Antibody");
     $this->permNamePlural = "antibodies";
     $this->displayNamePlural = "Antibodies";
 }
Пример #5
0
 public function __construct()
 {
     parent::__construct("gene", "Gene");
 }
Пример #6
0
 public function __construct()
 {
     parent::__construct("pubnode", "Publication Node");
     $this->childTables = array("pubnode_contributors");
 }
Пример #7
0
 public function __construct()
 {
     parent::__construct("researchstatement", "Research Statement");
 }
Пример #8
0
 protected function __construct()
 {
     parent::__construct("interview", "Interview");
     $this->childTables = array("interview_participants", "interview_statements");
 }
Пример #9
0
 public function __construct()
 {
     parent::__construct("modelorganism", "Model Organism");
     $this->permName = "model organism";
 }