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