mirror of
https://github.com/doctrine/orm.git
synced 2026-04-25 07:28:04 +02:00
DDC-129: Enable Chaining of ORM\AbstractQuery::setParameter() #162
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @doctrinebot on GitHub (Nov 7, 2009).
Jira issue originally created by user mcurcio:
To make better use of the getSingleResult() and similar convenience methods, it would be beneficial for setParameter() to return $this, so that it could be included in a Query chain. Likewise, it might be useful to be able to pass parameters to said convenience methods.