Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "constants"

Index

Variables

Const MSG_ERR_NOT_PROVIDER

MSG_ERR_NOT_PROVIDER: "The provider must have the 'provide' method which decorated with '@provider'." = "The provider must have the 'provide' method which decorated with '@provider'."

Const MSG_ERR_NO_UNDEFINED

MSG_ERR_NO_UNDEFINED: "Can not accept undefined value." = "Can not accept undefined value."

Const MSG_ERR_PARAM_REQUIRED

MSG_ERR_PARAM_REQUIRED: "parameter required." = "parameter required."

Const MSG_ERR_PROVIDER_DISABLE_WRAP

MSG_ERR_PROVIDER_DISABLE_WRAP: "Provider must could not be disable wrap." = "Provider must could not be disable wrap."

Const WRAPPED_OBJECT_CONTAINER_PROPERTY

WRAPPED_OBJECT_CONTAINER_PROPERTY: "__wrapped_object_container__" = "__wrapped_object_container__"

Const WRAPPED_OBJECT_INDICATOR

WRAPPED_OBJECT_INDICATOR: "__wrapped_object__" = "__wrapped_object__"

Const WRAPPED_OBJECT_METHOD_CONTAINER

WRAPPED_OBJECT_METHOD_CONTAINER: "__wrapped_object_method_container__" = "__wrapped_object_method_container__"

Const WRAPPED_OBJECT_METHOD_INJECT_INFO

WRAPPED_OBJECT_METHOD_INJECT_INFO: "__wrapped_object_method_inject_info__" = "__wrapped_object_method_inject_info__"

Const WRAPPED_OBJECT_METHOD_ORIGINAL_METHOD

WRAPPED_OBJECT_METHOD_ORIGINAL_METHOD: "__wrapped_object_method_original_method__" = "__wrapped_object_method_original_method__"

Const WRAPPED_ORIGINAL_OBJECT_PROPERTY

WRAPPED_ORIGINAL_OBJECT_PROPERTY: "__wrapped_original_object__" = "__wrapped_original_object__"

Generated using TypeDoc