Class Finder
Namespace: System
Properties
Events
Methods
 NameDescription
S autoload Class autoload loader.
S createComponent Creates a component with the specified type.
S exceptionHandler Default exception handler.
S fatalError Fatal error handler.
S getApplication the application singleton, null if the singleton has not be created yet.
S getFrameworkPath the path of the framework.
S getLogger message logger.
SP getPathAliases .
S getPathOfAlias the path corresponding to the alias, null if alias not defined.
S getPathOfNamespace Translates a namespace into a file path.
S getPreferredLanguage Returns the most preferred language by the client user.
S getUserLanguages Returns a list of user preferred languages.
S getVersion the version of Prado framework.
S initErrorHandlers Initializes error handlers.
S localize Localize a text to the locale/culture specified in the globalization handler.
S log Logs a message.
S phpErrorHandler PHP error handler.
S poweredByPrado a string that can be displayed on your Web page showing powered-by-PRADO information.
S serialize Serializes a data.
S setApplication Stores the application instance in the class static member.
S setPathOfAlias .
S trace Writes a log message.
S unserialize Unserializes a data.
S using Uses a namespace.
S varDump Converts a variable into a string representation.
Derived classes