cakephp / docs

CakePHP CookBook
http://book.cakephp.org
Other
679 stars 2.58k forks source link

Missing Controller::setAction #7795

Closed utdrmac closed 10 months ago

utdrmac commented 11 months ago

Description

The documentation references $this->setAction() as a way to redirect to another action. https://book.cakephp.org/5/en/controllers.html#forwarding-to-an-action-on-the-same-controller However, this function is completely absent.

Searching the API (https://api.cakephp.org/5.0/) shows no results for setAction, nor grepping through the code.

$ grep -Ir setAction vendor/cakephp/cakephp/
<no result>

CakePHP Version

5.0.4

PHP Version

No response

dereuromark commented 11 months ago

See https://github.com/cakephp/cakephp/pull/15615 A PR for docs to remove this from 5.x would be welcome