コード例 #1
0
ファイル: participant.php プロジェクト: nemein/openpsa
 public function __construct($identifier = null)
 {
     parent::__construct($identifier);
     if (!$this->orgOpenpsaObtype) {
         $this->orgOpenpsaObtype = ORG_OPENPSA_OBTYPE_EVENTPARTICIPANT;
     }
 }