This contains the source code documentation of the class DialogicCallEvent
.
DialogicCallEvent
Inherits: DialogicEvent
Settings
Properties
Methods
Returns | Method |
---|---|
String | to_text ( ) |
void | from_text ( string : String ) |
bool | is_valid_event ( string : String ) |
Dictionary | get_shortcode_parameters ( ) |
void | build_event_editor ( ) |
Dictionary | get_autoload_suggestions ( filter : String = "" ) |
Dictionary | get_method_suggestions ( filter : String = "" , temp_autoload : String = "" ) |
void | update_argument_info ( ) |
void | check_arguments_and_update_warning ( ) |
Property Descriptions
The name of the autoload to call the method on.
The name of the method to call on the given autoload.
A list of arguments to give to the call.
Method Descriptions
No description available.
func from_text ( string
: String ) ⇒ void
No description available.
func is_valid_event ( string
: String ) ⇒ bool
No description available.
func get_shortcode_parameters ( ) ⇒ Dictionary
No description available.
func build_event_editor ( ) ⇒ void
No description available.
func get_autoload_suggestions ( filter
: String = ""
) ⇒ Dictionary
No description available.
func get_method_suggestions ( filter
: String = ""
, temp_autoload
: String = ""
) ⇒ Dictionary
No description available.
func update_argument_info ( ) ⇒ void
No description available.
func check_arguments_and_update_warning ( ) ⇒ void
No description available.