Parent Directory
|
Revision Log
|
Revision Graph
- Add more documentation and proper CVS tags.
| 1 | <?php |
| 2 | // $Id: $ |
| 3 | |
| 4 | /** |
| 5 | * @file |
| 6 | * Handler include classes and interfaces. |
| 7 | */ |
| 8 | |
| 9 | |
| 10 | interface HandlerInterface { |
| 11 | |
| 12 | public function setEnvironment(DrupalEnvironmentInterface $env); |
| 13 | |
| 14 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |