/** * Set the expression's "new object". * * @see Expr::setNewObj() * @param array $newObj * @return self */ public function setNewObj(array $newObj) { $this->expr->setNewObj($newObj); return $this; }