public function __construct(StatementInterface $statement) { $this->resultSummary = new ResultSummary($statement); parent::__construct($statement); }