Esempio n. 1
0
 public function __construct()
 {
     parent::__construct();
     $this->title = "Models (" . count(self::$grouped_includes['Model']) . ")";
 }
Esempio n. 2
0
 public function __construct()
 {
     parent::__construct();
     $this->title = "Views (" . count(Collector::$views) . ")";
 }