Project
class Project
Properties
| static | $instance |
Methods
__construct($project_folder)
No description
string
root(string $path = "")
Build an absolute path to project folder resource
static
boot()
Executes the project boot file if exists
Details
at line 10
__construct($project_folder)
No description
at line 19
static null|Project
get()
Get the current project.
at line 33
string
root(string $path = "")
Build an absolute path to project folder resource
at line 40
static
boot()
Executes the project boot file if exists