apidoc
[ class tree: apidoc ] [ index: apidoc ] [ all elements ]

Class: File_Archive_Predicate_Or

Source Location: /File_Archive-0.2.0/File/Archive/Predicate/Or.php

Class Overview

File_Archive_Predicate
   |
   --File_Archive_Predicate_Or

Evaluates to true iif one at least of the predicates given as constructor parameters evaluate to true


Author(s):

Methods


Inherited Variables

Inherited Methods

Class: File_Archive_Predicate

File_Archive_Predicate::isTrue()
Indicates whether the current file from the reader should be kept

Class Details

[line 41]
Evaluates to true iif one at least of the predicates given as constructor parameters evaluate to true
  • See: File_Archive_Predicate, File_Archive_Reader_Filter


[ Top ]


Method Detail

addPredicate   [line 66]

void addPredicate( File_Archive_Predicate $pred)

Add a new predicate to the list

Parameters:

File_Archive_Predicate   $pred     The predicate to add

[ Top ]

File_Archive_Predicate_And   [line 56]

void File_Archive_Predicate_And( )

Build the predicate using the optional File_Archive_Predicates given as arguments

Example: new File_Archive_Predicate_And($pred1, $pred2, $pred3)


[ Top ]

isTrue   [line 74]

void isTrue( mixed &$source)

  • See: File_Archive_Predicate::isTrue()

Overrides File_Archive_Predicate::isTrue() (Indicates whether the current file from the reader should be kept)
[ Top ]


Documentation generated on Thu, 24 Feb 2005 12:50:20 -0500 by phpDocumentor 1.2.3. PEAR Logo Copyright © PHP Group 2004.