Source for file Condition.php
Documentation is available at Condition.php
* This file contains the interface XML_Query2XML_Callback.
* @author Lukas Feiler <lukas.feiler@lukasfeiler.com>
* @copyright 2009 Lukas Feiler
* @license http://www.gnu.org/copyleft/lesser.html LGPL Version 2.1
* @version CVS: $Id: Condition.php 309898 2011-04-02 17:38:08Z lukasfeiler $
* @link http://pear.php.net/package/XML_Query2XML
* XML_Query2XML_Data_Condition extends the class
* XML_Query2XML_Data_Processor.
require_once 'XML/Query2XML/Data/Processor.php';
* Abstract class extended by all Data Condition Classes.
* Such classes allow the implementation of a condition as to
* whether the return value of execute() is to be used.
* @author Lukas Feiler <lukas.feiler@lukasfeiler.com>
* @copyright 2009 Lukas Feiler
* @license http://www.gnu.org/copyleft/lesser.html LGPL Version 2.1
* @version Release: 1.7.2
* @link http://pear.php.net/package/XML_Query2XML
* @since Release 1.7.1RC1
* Returns a boolean value indicating whether the return value of execute()
* @param mixed $value The return value of execute()
* Called by XML_Query2XML for every record in the result set.
* @param array $record An associative array.
* @return mixed Whatever is returned by the pre-processor.
* @throws XML_Query2XML_ConfigException Bubbles up if no
public function execute(array $record)
return $this->runPreProcessor($record);
Documentation generated on Sun, 03 Apr 2011 13:13:07 +0200 by phpDocumentor 1.4.1