admin_verb 
This is the admin verb datum. It is used to store the verb's information and handle the verb's functionality. All of this is setup for you, and you should not be defining this manually. That means you reader.
Vars | |
category | The category of the verb. |
---|---|
description | The description of the verb. |
name | The name of the verb. |
permissions | The permissions required to use the verb. |
verb_path | The path to the verb proc. |
visibility_flag | The flag that determines if the verb is visible. |
Procs | |
assign_to_client | Assigns the verb to the admin. |
unassign_from_client | Unassigns the verb from the admin. |
Var Details
category 
The category of the verb.
description 
The description of the verb.
name 
The name of the verb.
permissions 
The permissions required to use the verb.
verb_path 
The path to the verb proc.
visibility_flag 
The flag that determines if the verb is visible.
Proc Details
assign_to_client
Assigns the verb to the admin.
unassign_from_client
Unassigns the verb from the admin.