예제 #1
0
 /**
  * @param string $thing the id of the person
  */
 function ClippingsControllerRoot()
 {
     parent::BaseController();
 }
예제 #2
0
 /**
  * constructor
  */
 function HourglassControllerRoot()
 {
     parent::BaseController();
 }
예제 #3
0
 /**
  * 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
 /**
  * constructor
  */
 function FamilyRoot()
 {
     parent::BaseController();
 }
예제 #8
0
 /**
  * constructor
  */
 function AncestryControllerRoot()
 {
     parent::BaseController();
 }
예제 #9
0
 /**
  * constructor
  */
 function SearchControllerRoot()
 {
     parent::BaseController();
 }
예제 #10
0
 /**
  * constructor
  */
 function UserMigrateControllerRoot()
 {
     parent::BaseController();
 }
예제 #11
0
 /**
  * constructor
  */
 function DescendancyRootController()
 {
     parent::BaseController();
 }
예제 #12
0
 /**
  * constructor
  */
 function SourceRootController()
 {
     parent::BaseController();
 }