コード例 #1
0
ファイル: LibertyTopica.php プロジェクト: bitweaver/topica
 function LibertyTopica($pContentId = NULL)
 {
     LibertyBase::LibertyBase();
     $this->mContentId = (int) $pContentId;
 }
コード例 #2
0
ファイル: LibertyItag.php プロジェクト: bitweaver/itags
 function LibertyItag($pAttachementId = NULL)
 {
     LibertyBase::LibertyBase();
     $this->mAttachementId = $pAttachementId;
 }