Namespaces

  • Nette
    • Application
    • Caching
    • Collections
    • Config
    • Forms
    • IO
    • Loaders
    • Mail
    • Reflection
    • Security
    • Templates
    • Web
  • None
  • PHP

Classes

  • AppForm
  • Application
  • CliRouter
  • Control
  • DownloadResponse
  • ForwardingResponse
  • JsonResponse
  • Link
  • MultiRouter
  • Presenter
  • PresenterComponent
  • PresenterLoader
  • PresenterRequest
  • RedirectingResponse
  • RenderResponse
  • Route
  • SimpleRouter

Interfaces

  • IPartiallyRenderable
  • IPresenter
  • IPresenterLoader
  • IPresenterResponse
  • IRenderable
  • IRouter
  • ISignalReceiver
  • IStatePersistent

Exceptions

  • AbortException
  • ApplicationException
  • BadRequestException
  • BadSignalException
  • ForbiddenRequestException
  • InvalidLinkException
  • InvalidPresenterException
  • Overview
  • Namespace
  • Class
  • Tree
  • Other releases

Class PresenterLoader

Default presenter loader.

Nette\Application\PresenterLoader implements Nette\Application\IPresenterLoader
Namespace: Nette\Application
Author: David Grudl
Located at Application/PresenterLoader.php
Methods summary
public
# __construct( string $baseDir )

Parameters

$baseDir
string
public string
# getPresenterClass( string & $name )

Parameters

$name
string
presenter name

Returns

string
class name

Throws

Nette\Application\InvalidPresenterException

Implementation of

Nette\Application\IPresenterLoader::getPresenterClass
public string
# formatPresenterClass( string $presenter )

Formats presenter class name from its name.

Formats presenter class name from its name.

Parameters

$presenter
string

Returns

string
public string
# unformatPresenterClass( string $class )

Formats presenter name from class name.

Formats presenter name from class name.

Parameters

$class
string

Returns

string
public string
# formatPresenterFile( string $presenter )

Formats presenter class file name.

Formats presenter class file name.

Parameters

$presenter
string

Returns

string
Properties summary
public boolean $caseSensitive FALSE
#
Nette Framework 0.9.7 API documentation generated by ApiGen 2.3.0