Beispiel #1
0
 function __construct($p_cn, $p_id = 0)
 {
     $this->fiche_def_ref = FICHE_TYPE_EMPL;
     parent::__construct($p_cn, $p_id);
 }
Beispiel #2
0
 function __construct($p_sId = 0, $p_sTitle = '', $p_sPoster = '')
 {
     parent::__construct($p_sId, $p_sTitle, $p_sPoster, 'film');
 }
Beispiel #3
0
 function contact($p_cn, $p_id = 0)
 {
     $this->fiche_def_ref = FICHE_TYPE_CONTACT;
     parent::__construct($p_cn, $p_id);
     $this->company = "";
 }
Beispiel #4
0
 function __construct($p_sId = 0, $p_sTitle = '', $p_sPoster = '')
 {
     parent::__construct($p_sId, $p_sTitle, $p_sPoster, 'music');
     $this->aTracks = array();
 }
Beispiel #5
0
 function Admin($p_cn, $p_id = 0)
 {
     $this->fiche_def_ref = FICHE_TYPE_ADM_TAX;
     parent::__construct($p_cn, $p_id);
 }