File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -45,14 +45,31 @@ abstract class Presenter extends Control implements Application\IPresenter
4545 FlashKey = '_fid ' ,
4646 DefaultAction = 'default ' ;
4747
48+ /** @deprecated use Presenter::InvalidLinkSilent */
4849 public const INVALID_LINK_SILENT = self ::InvalidLinkSilent;
50+
51+ /** @deprecated use Presenter::InvalidLinkWarning */
4952 public const INVALID_LINK_WARNING = self ::InvalidLinkWarning;
53+
54+ /** @deprecated use Presenter::InvalidLinkException */
5055 public const INVALID_LINK_EXCEPTION = self ::InvalidLinkException;
56+
57+ /** @deprecated use Presenter::InvalidLinkTextual */
5158 public const INVALID_LINK_TEXTUAL = self ::InvalidLinkTextual;
59+
60+ /** @deprecated use Presenter::PresenterKey */
5261 public const PRESENTER_KEY = self ::PresenterKey;
62+
63+ /** @deprecated use Presenter::SignalKey */
5364 public const SIGNAL_KEY = self ::SignalKey;
65+
66+ /** @deprecated use Presenter::ActionKey */
5467 public const ACTION_KEY = self ::ActionKey;
68+
69+ /** @deprecated use Presenter::FlashKey */
5570 public const FLASH_KEY = self ::FlashKey;
71+
72+ /** @deprecated use Presenter::DefaultAction */
5673 public const DEFAULT_ACTION = self ::DefaultAction;
5774
5875 public int $ invalidLinkMode = 0 ;
You can’t perform that action at this time.
0 commit comments