Each
ContentsGenerator generates the contents of one or several pages.| License | GPL |
| Author | Thierry Graff |
| History | 2008.02.18, 14h03 : Creation |
ContentsGenerator generates the contents of one or several pages.| License | GPL |
| Author | Thierry Graff |
| History | 2008.02.18, 14h03 : Creation |
| + action() | Implementation of RunHelper::action() abstract method : just calls generateContents() |
| + generateContents() | Responsible to compute the contents of documents(s). |
public function action( |
)
|
RunHelper::action() abstract method : just calls generateContents().
public abstract function generateContents( |
)
|
PageGenerator.