public static function LOW() { if (!Priority::$low) { Priority::$low = new Priority('LOW'); } return Priority::$low; }