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