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