3 * @file src/BaseObject.php
7 require_once 'boot.php';
12 * Contains what is useful to any object
16 private static $app = null;
21 * Same as get_app from boot.php
25 public static function getApp()
31 self::$app = get_app();
39 * @param object $app App
43 public static function setApp($app)