/** * @return ModelAuthentication */ public static function getInstance() { if (!self::$instance) { self::$instance = new ModelAuthentication(); } return self::$instance; }