You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
\Phalcon\Dispatcher::getHandlerSuffix()
\Phalcon\Dispatcher::setHandlerSuffix()
or
\Phalcon\Cli\Dispatcher::getTaskSuffix()
Actual
There is a \Phalcon\Cli\Dispatcher::setTaskSuffix() method that sets _handlerSuffix - this is inconsistent.
After using setTaskSuffix there is no way to read the new value from the dispatcher.
Details
Phalcon version: 3.4.1
The text was updated successfully, but these errors were encountered:
Expected and Actual Behavior
Expected:
Available methods:
Actual
There is a
\Phalcon\Cli\Dispatcher::setTaskSuffix()
method that sets_handlerSuffix
- this is inconsistent.After using
setTaskSuffix
there is no way to read the new value from the dispatcher.Details
The text was updated successfully, but these errors were encountered: