File: Task.php

package info (click to toggle)
php-horde-queue 1.1.5-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid
  • size: 120 kB
  • sloc: xml: 192; php: 148; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 64 bytes parent folder | download | duplicates (4)
1
2
3
4
5
<?php
interface Horde_Queue_Task
{
    public function run();
}