/** * Constructs Framework */ public function __construct() { $this->paths = Paths::create(); $this->viewManager = new ViewManager($this->paths); $this->theme = new Theme($this->paths); $this->assets = new Assets($this->paths, $this->theme->getThemeInfo('version')); $this->viewMeta = new ViewMeta(); $this->customizer = new Customizer(); }