protected function __construct() { self::$container = json_decode(file_get_contents('static/type2icon.json'), true); }
protected function __construct() { self::$container = json_decode(file_get_contents(self::TYPE2ICON_FILE), true); //echo "Doing container stuff"; }