Namespaces

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

Classes

  • Application
  • PresenterFactory
  • Request

Interfaces

  • IPresenter
  • IPresenterFactory
  • IResponse
  • IRouter

Exceptions

  • AbortException
  • ApplicationException
  • BadRequestException
  • ForbiddenRequestException
  • InvalidPresenterException
  • Overview
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Other releases
  • Nette homepage

Interface IPresenterFactory

Responsible for creating a new instance of given presenter.

Direct known implementers

Nette\Application\PresenterFactory
Namespace: Nette\Application
Author: Jan Tichý <tichy@medio.cz>
Located at Application/IPresenterFactory.php
Methods summary
public string
# getPresenterClass( string & $name )

Generates and checks presenter class name.

Generates and checks presenter class name.

Parameters

$name
string
presenter name

Returns

string
class name

Throws

Nette\Application\InvalidPresenterException
public Nette\Application\IPresenter
# createPresenter( string $name )

Creates new presenter instance.

Creates new presenter instance.

Parameters

$name
string
presenter name

Returns

Nette\Application\IPresenter
Nette 2.1 API documentation generated by ApiGen 2.8.0