예제 #1
0
 /**
  * Constructor.
  */
 function SeriesEditorAction()
 {
     parent::Action();
 }
예제 #2
0
 /**
  * Constructor.
  */
 function SectionEditorAction()
 {
     parent::Action();
 }
예제 #3
0
 /**
  * Constructor.
  */
 function AuthorAction()
 {
     parent::Action();
 }
예제 #4
0
 /**
  * Constructor.
  */
 function MeetingAction()
 {
     parent::Action();
 }
예제 #5
0
 /**
  * Constructor
  */
 function ReviewerAction()
 {
     parent::Action();
 }
예제 #6
0
 /**
  * Constructor.
  */
 function TrackDirectorAction()
 {
     parent::Action();
 }