コード例 #1
0
 /**
  * @param string $thing the id of the person
  */
 function ClippingsControllerRoot()
 {
     parent::BaseController();
 }
コード例 #2
0
 /**
  * constructor
  */
 function HourglassControllerRoot()
 {
     parent::BaseController();
 }
コード例 #3
0
ファイル: note_ctrl.php プロジェクト: bitweaver/phpgedview
 /**
  * constructor
  */
 function NoteRootController()
 {
     parent::BaseController();
 }
コード例 #4
0
 /**
  * constructor
  */
 function IndividualControllerRoot()
 {
     parent::BaseController();
 }
コード例 #5
0
 /**
  * constructor
  */
 function TimelineRootController()
 {
     parent::BaseController();
 }
コード例 #6
0
 /**
  * constructor
  */
 function RepositoryRootController()
 {
     parent::BaseController();
 }
コード例 #7
0
ファイル: family_ctrl.php プロジェクト: bitweaver/phpgedview
 /**
  * constructor
  */
 function FamilyRoot()
 {
     parent::BaseController();
 }
コード例 #8
0
 /**
  * constructor
  */
 function AncestryControllerRoot()
 {
     parent::BaseController();
 }
コード例 #9
0
ファイル: search_ctrl.php プロジェクト: bitweaver/phpgedview
 /**
  * constructor
  */
 function SearchControllerRoot()
 {
     parent::BaseController();
 }
コード例 #10
0
 /**
  * constructor
  */
 function UserMigrateControllerRoot()
 {
     parent::BaseController();
 }
コード例 #11
0
 /**
  * constructor
  */
 function DescendancyRootController()
 {
     parent::BaseController();
 }
コード例 #12
0
ファイル: source_ctrl.php プロジェクト: bitweaver/phpgedview
 /**
  * constructor
  */
 function SourceRootController()
 {
     parent::BaseController();
 }