Where is the Core class declared?

Permalink
I want to reserach how PHP Scope Resolution Operator's work, and thought the Core class would be a good place to start, considering how often we use it.

For example, there is the Core::make function, but where is that actually declared?

ob7dev
 
Gondwana replied on at Permalink Best Answer Reply
Gondwana
I suspect the answer to your example is concrete\vendor\illuminate\container\Illuminate\Container\Container.php

In general, there are some clues in concrete\config\app.php

Some doco at
http://documentation.concrete5.org/developers/environment/request-l...
and subsequent pages.

It's complicated!
ob7dev replied on at Permalink Reply
ob7dev
So its extending laravel.