コード例 #1
0
ファイル: models.php プロジェクト: jawngee/HeavyMetal
 public function __construct()
 {
     parent::__construct();
     $this->title = "Models (" . count(self::$grouped_includes['Model']) . ")";
 }
コード例 #2
0
ファイル: views.php プロジェクト: jawngee/HeavyMetal
 public function __construct()
 {
     parent::__construct();
     $this->title = "Views (" . count(Collector::$views) . ")";
 }