first
This commit is contained in:
commit
5aa7d034f7
3292 changed files with 465160 additions and 0 deletions
7
data/web/inc/lib/sieve/SieveDumpable.php
Executable file
7
data/web/inc/lib/sieve/SieveDumpable.php
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
<?php namespace Sieve;
|
||||
|
||||
interface SieveDumpable
|
||||
{
|
||||
function dump();
|
||||
function text();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue