Documentation

Ingo_Script_Sieve_Base
in package
implements Ingo_Script_Item

Ingo_Script_Sieve_Base is the base class for all sieve script item classes.

Tags
author

Jan Schneider jan@horde.org

category

Horde

license

http://www.horde.org/licenses/apache ASL

Interfaces, Classes, Traits and Enums

Ingo_Script_Item
The Ingo_Script_Item interface is an interface for individual items representing code snippets of a filter script.

Table of Contents

requires()  : array<string|int, mixed>
Returns a list of sieve extensions required for this rule and any sub-rules.

Methods

requires()

Returns a list of sieve extensions required for this rule and any sub-rules.

public requires() : array<string|int, mixed>
Return values
array<string|int, mixed>

A Sieve extension list.

Search results