コード例 #1
0
ファイル: Basic.php プロジェクト: bhirsch/voipdrupal-4.7-1.0
 /**
  * class constructor
  *
  * @param string $title title of the page
  * @param int    $mode  mode of the page
  *
  * @return CRM_Core_Page
  */
 function CRM_Core_Page_Basic($title = null, $mode = null)
 {
     parent::CRM_Core_Page($title, $mode);
 }