Interface IPresenterLoader (namespace Nette\Application)


Responsible for loading presenters.


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

Method Details

line 29

getPresenterClass

public string getPresenterClass (string &$name)

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