File: Scribe.php

package info (click to toggle)
php-horde-scribe 2.0.3-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid
  • size: 108 kB
  • sloc: xml: 261; php: 34; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 178 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
<?php
/**
 * Fake class to autoload Scribe and required Thrift classes
 */
interface Horde_Scribe extends Horde_Thrift
{
}

include_once $GLOBALS['THRIFT_ROOT'] . '/scribe.php';