public static function get_instance() { if (null === self::$instance) { self::$instance = new Daphnee(); } return self::$instance; }
function Daphnee() { return Daphnee::get_instance(); }