callback = $callback; } function call( $object ) { return call_user_func( $this->callback, $object ); } }