Interface IPresenterLoader (namespace Nette\Application)


Responsible for loading presenters.


Author: David Grudl
Copyright: Copyright (c) 2004, 2009 David Grudl
Located: in /Application/IPresenterLoader.php (line 30)
Public Method Summary
string
getPresenterClass (string &$name)

Method Details

line 38

getPresenterClass

public string getPresenterClass (string &$name)

Input
string &$name presenter name
Output
string class name
Throws
throws InvalidPresenterException