コード例 #1
0
ファイル: Breadcrumb.php プロジェクト: railpage/railpagecore
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
     /**
      * Record this in the debug log
      */
     Debug::recordInstance();
 }
コード例 #2
0
ファイル: Images.php プロジェクト: railpage/railpagecore
 /**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
     Debug::recordInstance();
 }