/** * Constructs the object. * @param object $processor the Thrift processor to use */ public function __construct($processor) { parent::__construct(); $this->_processor = $processor; }