mixed) */ public $options; /** * Initialize with the filter name and options. * * @see ezcImageFilter::$name * @see ezcImageFilter::$options * * @param array $name Name of filter operation. * @param array $options Associative array of options for filter operation. */ public function __construct( $name, array $options = array() ) { $this->name = $name; $this->options = $options; } } ?>