class Project

Properties

static $instance

Methods

__construct($project_folder)

No description

static null|Project
get()

Get the current project.

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

Parameters

$project_folder

at line 19
static null|Project get()

Get the current project.

Return Value

null|Project

at line 33
string root(string $path = "")

Build an absolute path to project folder resource

Parameters

string $path

The path

Return Value

string Path

at line 40
static boot()

Executes the project boot file if exists