Beispiel #1
0
 /**
  * Constructor
  *
  * Initialize DataMapper.
  */
 function Supervisor()
 {
     parent::Employee();
 }
Beispiel #2
0
 /**
  * Constructor
  *
  * Initialize DataMapper.
  */
 function Underling()
 {
     parent::Employee();
 }
Beispiel #3
0
 /**
  * Constructor
  *
  * Initialize DataMapper.
  */
 function Manager()
 {
     parent::Employee();
 }