Packages

  • Nette
    • Application
      • Application\Diagnostics
      • Application\Responses
      • Application\Routers
      • Application\UI
    • Caching
      • Caching\Storages
    • ComponentModel
    • Config
    • Database
      • Database\Diagnostics
      • Database\Drivers
      • Database\Reflection
      • Database\Table
    • DI
    • Diagnostics
    • Forms
      • Forms\Controls
      • Forms\Rendering
    • Http
    • Iterators
    • Latte
      • Latte\Macros
    • Loaders
    • Localization
    • Mail
    • Reflection
    • Security
    • Templating
    • Utils
  • NetteModule
  • None
  • PHP

Classes

  • NAutoLoader
  • NNetteLoader
  • NRobotLoader
  • Overview
  • Package
  • Class
  • Tree

Class NNetteLoader

Nette auto loader is responsible for loading Nette classes and interfaces.

NObject
Extended by NAutoLoader
Extended by NNetteLoader
Package: Nette\Loaders
Author: David Grudl
Located at Loaders/NetteLoader.php
Methods summary
public static NNetteLoader
# getInstance( )

Returns singleton instance with lazy instantiation.

Returns singleton instance with lazy instantiation.

Returns

NNetteLoader
public
# tryLoad( string $type )

Handles autoloading of classes or interfaces.

Handles autoloading of classes or interfaces.

Parameters

$type
string
Methods inherited from NAutoLoader
getLoaders(), load(), register(), unregister()
Methods inherited from NObject
__call(), __callStatic(), __get(), __isset(), __set(), __unset(), extensionMethod(), getReflection()
Properties summary
public array $list array( 'argumentoutofrangeexception' => '/common/exceptions.php', 'deprecatedexception' => '/common/exceptions.php', 'directorynotfoundexception' => '/common/exceptions.php', 'fatalerrorexception' => '/common/exceptions.php', 'filenotfoundexception' => '/common/exceptions.php', 'iannotation' => '/Reflection/IAnnotation.php', 'iauthenticator' => '/Security/IAuthenticator.php', 'iauthorizator' => '/Security/IAuthorizator.php', 'ibarpanel' => '/Diagnostics/IBarPanel.php', 'icachejournal' => '/Caching/Storages/IJournal.php', 'icachestorage' => '/Caching/IStorage.php', 'icomponent' => '/ComponentModel/IComponent.php', 'icomponentcontainer' => '/ComponentModel/IContainer.php', 'iconfigadapter' => '/Config/IAdapter.php', 'idicontainer' => '/DI/IContainer.php', 'ifiletemplate' => '/Templating/IFileTemplate.php', 'iformcontrol' => '/Forms/IControl.php', 'iformrenderer' => '/Forms/IFormRenderer.php', 'ifreezable' => '/common/IFreezable.php', 'ihttprequest' => '/Http/IRequest.php', 'ihttpresponse' => '/Http/IResponse.php', 'iidentity' => '/Security/IIdentity.php', 'imacro' => '/Latte/IMacro.php', 'imailer' => '/Mail/IMailer.php', 'invalidstateexception' => '/common/exceptions.php', 'ioexception' => '/common/exceptions.php', 'ipartiallyrenderable' => '/Application/UI/IPartiallyRenderable.php', 'ipresenter' => '/Application/IPresenter.php', 'ipresenterfactory' => '/Application/IPresenterFactory.php', 'ipresenterresponse' => '/Application/IResponse.php', 'irenderable' => '/Application/UI/IRenderable.php', 'iresource' => '/Security/IResource.php', 'irole' => '/Security/IRole.php', 'irouter' => '/Application/IRouter.php', 'iservicebuilder' => '/DI/IServiceBuilder.php', 'isessionstorage' => '/Http/ISessionStorage.php', 'isignalreceiver' => '/Application/UI/ISignalReceiver.php', 'istatepersistent' => '/Application/UI/IStatePersistent.php', 'isubmittercontrol' => '/Forms/ISubmitterControl.php', 'isupplementaldriver' => '/Database/ISupplementalDriver.php', 'itemplate' => '/Templating/ITemplate.php', 'itranslator' => '/Localization/ITranslator.php', 'iuser' => '/Http/IUser.php', 'memberaccessexception' => '/common/exceptions.php', 'micropresenter' => '/Application/MicroPresenter.php', 'nabortexception' => '/Application/exceptions.php', 'nambiguousserviceexception' => '/DI/exceptions.php', 'nannotation' => '/Reflection/Annotation.php', 'nannotationsparser' => '/Reflection/AnnotationsParser.php', 'nappform' => '/Application/UI/Form.php', 'napplication' => '/Application/Application.php', 'napplicationexception' => '/Application/exceptions.php', 'narrayhash' => '/common/ArrayHash.php', 'narraylist' => '/common/ArrayList.php', 'narrays' => '/Utils/Arrays.php', 'nauthenticationexception' => '/Security/AuthenticationException.php', 'nautoloader' => '/Loaders/AutoLoader.php', 'nbadrequestexception' => '/Application/exceptions.php', 'nbadsignalexception' => '/Application/UI/BadSignalException.php', 'nbutton' => '/Forms/Controls/Button.php', 'ncache' => '/Caching/Cache.php', 'ncachemacro' => '/Latte/Macros/CacheMacro.php', 'ncachinghelper' => '/Caching/OutputHelper.php', 'ncallback' => '/common/Callback.php', 'ncfix' => '/loader.php', 'ncheckbox' => '/Forms/Controls/Checkbox.php', 'nclassreflection' => '/Reflection/ClassType.php', 'nclirouter' => '/Application/Routers/CliRouter.php', 'ncomponent' => '/ComponentModel/Component.php', 'ncomponentcontainer' => '/ComponentModel/Container.php', 'nconfig' => '/Config/Config.php', 'nconfigurator' => '/common/Configurator.php', 'nconnection' => '/Database/Connection.php', 'ncontrol' => '/Application/UI/Control.php', 'ncoremacros' => '/Latte/Macros/CoreMacros.php', 'ncriticalsection' => '/Utils/CriticalSection.php', 'ndatabasepanel' => '/Database/Diagnostics/ConnectionPanel.php', 'ndatabasereflection' => '/Database/Reflection/DatabaseReflection.php', 'ndatetime53' => '/common/DateTime.php', 'ndebugbar' => '/Diagnostics/Bar.php', 'ndebugbluescreen' => '/Diagnostics/BlueScreen.php', 'ndebugger' => '/Diagnostics/Debugger.php', 'ndebughelpers' => '/Diagnostics/Helpers.php', 'ndefaultbarpanel' => '/Diagnostics/DefaultBarPanel.php', 'ndefaultformrenderer' => '/Forms/Rendering/DefaultFormRenderer.php', 'ndevnullstorage' => '/Caching/Storages/DevNullStorage.php', 'ndicontainer' => '/DI/Container.php', 'ndicontainerbuilder' => '/DI/ContainerBuilder.php', 'nenvironment' => '/common/Environment.php', 'nextensionreflection' => '/Reflection/Extension.php', 'nfilejournal' => '/Caching/Storages/FileJournal.php', 'nfileresponse' => '/Application/Responses/FileResponse.php', 'nfilestorage' => '/Caching/Storages/FileStorage.php', 'nfiletemplate' => '/Templating/FileTemplate.php', 'nfinder' => '/Utils/Finder.php', 'nfirelogger' => '/Diagnostics/FireLogger.php', 'nforbiddenrequestexception' => '/Application/exceptions.php', 'nform' => '/Forms/Form.php', 'nformcontainer' => '/Forms/Container.php', 'nformcontrol' => '/Forms/Controls/BaseControl.php', 'nformgroup' => '/Forms/ControlGroup.php', 'nformmacros' => '/Latte/Macros/FormMacros.php', 'nforwardresponse' => '/Application/Responses/ForwardResponse.php', 'nframework' => '/common/Framework.php', 'nfreezableobject' => '/common/FreezableObject.php', 'nfunctionreflection' => '/Reflection/GlobalFunction.php', 'ngenericrecursiveiterator' => '/Iterators/Recursor.php', 'ngroupedtableselection' => '/Database/Table/GroupedSelection.php', 'nhiddenfield' => '/Forms/Controls/HiddenField.php', 'nhtml' => '/Utils/Html.php', 'nhtmlnode' => '/Latte/HtmlNode.php', 'nhttpcontext' => '/Http/Context.php', 'nhttprequest' => '/Http/Request.php', 'nhttprequestfactory' => '/Http/RequestFactory.php', 'nhttpresponse' => '/Http/Response.php', 'nhttpuploadedfile' => '/Http/FileUpload.php', 'nidentity' => '/Security/Identity.php', 'nimage' => '/common/Image.php', 'nimagebutton' => '/Forms/Controls/ImageButton.php', 'niniadapter' => '/Config/IniAdapter.php', 'ninstancefilteriterator' => '/Iterators/InstanceFilter.php', 'ninvalidlinkexception' => '/Application/UI/InvalidLinkException.php', 'ninvalidpresenterexception' => '/Application/exceptions.php', 'njson' => '/Utils/Json.php', 'njsonexception' => '/Utils/Json.php', 'njsonresponse' => '/Application/Responses/JsonResponse.php', 'nlatteexception' => '/Latte/ParseException.php', 'nlattefilter' => '/Latte/Engine.php', 'nlimitedscope' => '/Utils/LimitedScope.php', 'nlink' => '/Application/UI/Link.php', 'nlogger' => '/Diagnostics/Logger.php', 'nmacronode' => '/Latte/MacroNode.php', 'nmacroset' => '/Latte/Macros/MacroSet.php', 'nmacrotokenizer' => '/Latte/MacroTokenizer.php', 'nmail' => '/Mail/Message.php', 'nmailmimepart' => '/Mail/MimePart.php', 'nmapiterator' => '/Iterators/Mapper.php', 'nmemcachedstorage' => '/Caching/Storages/MemcachedStorage.php', 'nmemorystorage' => '/Caching/Storages/MemoryStorage.php', 'nmethodreflection' => '/Reflection/Method.php', 'nmimetypedetector' => '/Utils/MimeTypeDetector.php', 'nmissingserviceexception' => '/DI/exceptions.php', 'nmssqldriver' => '/Database/Drivers/MsSqlDriver.php', 'nmultiselectbox' => '/Forms/Controls/MultiSelectBox.php', 'nmysqldriver' => '/Database/Drivers/MySqlDriver.php', 'nncallbackfilteriterator' => '/Iterators/Filter.php', 'nneon' => '/Utils/Neon.php', 'nneonadapter' => '/Config/NeonAdapter.php', 'nneonexception' => '/Utils/Neon.php', 'nnetteloader' => '/Loaders/NetteLoader.php', 'nnrecursivecallbackfilteriterator' => '/Iterators/RecursiveFilter.php', 'nobject' => '/common/Object.php', 'nobjectmixin' => '/common/ObjectMixin.php', 'nocidriver' => '/Database/Drivers/OciDriver.php', 'nodbcdriver' => '/Database/Drivers/OdbcDriver.php', 'notimplementedexception' => '/common/exceptions.php', 'notsupportedexception' => '/common/exceptions.php', 'npaginator' => '/Utils/Paginator.php', 'nparameterreflection' => '/Reflection/Parameter.php', 'nparser' => '/Latte/Parser.php', 'npermission' => '/Security/Permission.php', 'npgsqldriver' => '/Database/Drivers/PgSqlDriver.php', 'nphpfilestorage' => '/Caching/Storages/PhpFileStorage.php', 'nphpwriter' => '/Latte/PhpWriter.php', 'npresenter' => '/Application/UI/Presenter.php', 'npresentercomponent' => '/Application/UI/PresenterComponent.php', 'npresentercomponentreflection' => '/Application/UI/PresenterComponentReflection.php', 'npresenterfactory' => '/Application/PresenterFactory.php', 'npresenterrequest' => '/Application/Request.php', 'npropertyreflection' => '/Reflection/Property.php', 'nradiolist' => '/Forms/Controls/RadioList.php', 'nrecursivecomponentiterator' => '/ComponentModel/RecursiveComponentIterator.php', 'nredirectresponse' => '/Application/Responses/RedirectResponse.php', 'nregexpexception' => '/Utils/Strings.php', 'nrobotloader' => '/Loaders/RobotLoader.php', 'nroute' => '/Application/Routers/Route.php', 'nroutelist' => '/Application/Routers/RouteList.php', 'nroutingdebugger' => '/Application/Diagnostics/RoutingPanel.php', 'nrow' => '/Database/Row.php', 'nrule' => '/Forms/Rule.php', 'nrules' => '/Forms/Rules.php', 'nsafestream' => '/Utils/SafeStream.php', 'nselectbox' => '/Forms/Controls/SelectBox.php', 'nsendmailmailer' => '/Mail/SendmailMailer.php', 'nservicebuilder' => '/DI/ServiceBuilder.php', 'nsession' => '/Http/Session.php', 'nsessionsection' => '/Http/SessionSection.php', 'nsimpleauthenticator' => '/Security/SimpleAuthenticator.php', 'nsimplerouter' => '/Application/Routers/SimpleRouter.php', 'nsmartcachingiterator' => '/Iterators/CachingIterator.php', 'nsmtpexception' => '/Mail/SmtpMailer.php', 'nsmtpmailer' => '/Mail/SmtpMailer.php', 'nsqlite2driver' => '/Database/Drivers/Sqlite2Driver.php', 'nsqlitedriver' => '/Database/Drivers/SqliteDriver.php', 'nsqlliteral' => '/Database/SqlLiteral.php', 'nsqlpreprocessor' => '/Database/SqlPreprocessor.php', 'nstatement' => '/Database/Statement.php', 'nstaticclassexception' => '/common/exceptions.php', 'nstrings' => '/Utils/Strings.php', 'nsubmitbutton' => '/Forms/Controls/SubmitButton.php', 'ntablerow' => '/Database/Table/ActiveRow.php', 'ntableselection' => '/Database/Table/Selection.php', 'ntemplate' => '/Templating/Template.php', 'ntemplateexception' => '/Templating/FilterException.php', 'ntemplatehelpers' => '/Templating/DefaultHelpers.php', 'ntextarea' => '/Forms/Controls/TextArea.php', 'ntextbase' => '/Forms/Controls/TextBase.php', 'ntextinput' => '/Forms/Controls/TextInput.php', 'ntextresponse' => '/Application/Responses/TextResponse.php', 'ntokenizer' => '/Utils/Tokenizer.php', 'ntokenizerexception' => '/Utils/Tokenizer.php', 'nuimacros' => '/Latte/Macros/UIMacros.php', 'nunknownimagefileexception' => '/common/Image.php', 'nuploadcontrol' => '/Forms/Controls/UploadControl.php', 'nurl' => '/Http/Url.php', 'nurlscript' => '/Http/UrlScript.php', 'nuser' => '/Http/User.php', )
#
Properties inherited from NAutoLoader
$count
Nette Framework 2.0beta1 (for PHP 5.2) API API documentation generated by ApiGen 2.3.0