/[drupal]/contributions/modules/handler/handler.classes.inc
ViewVC logotype

Contents of /contributions/modules/handler/handler.classes.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (show annotations) (download) (as text)
Sun Aug 10 22:47:47 2008 UTC (15 months, 2 weeks ago) by crell
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-6--2, DRUPAL-7--3
Changes since 1.1: +6 -0 lines
File MIME type: text/x-php
- 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