|
|
(9 intermediate revisions by 4 users not shown) |
Line 1: |
Line 1: |
| {{CGscriptClass_Template
| | [[Category:Archive]] |
| |Name=ResourceTemplateHelper
| |
| |Description=Helper class for fetching information about resource templates
| |
| |Constructors=
| |
| {{CGscriptConstructors_Template|Description=Make new helper}}
| |
| |Methods=
| |
| {{CGscriptMethods_Template|ReturnType=Array of objects|Name=GetAllBulkMailTemplates|Description=Get all templates of the given type}}
| |
| {{CGscriptMethods_Template|ReturnType=Array of objects|Name=GetAllBulkSmsTemplates|Description=Get all templates of the given type}}
| |
| {{CGscriptMethods_Template|ReturnType=Array of objects|Name=GetAllTemplates|Parameters=
| |
| {{CGscriptParameters_Template|Type=int|Name=resourceType|Description=RESOURCE_TYPE_x to determine which list of resource templates to get}}
| |
| |Description=Get resource templates specified by the resource type constant}}
| |
| {{CGscriptMethods_Template|ReturnType=string|Name=ToString|Description=The string representation of the object.}}
| |
| |Properties=
| |
| {{CGscriptProperties_Template|ReturnType=string|Name=ObjectTypeName|HasGetter=1|Description=The name of the type of object.}}
| |
| {{CGscriptProperties_Template|ReturnType=TypeInformation|Name=TypeInformation|HasGetter=1|Description=Get information about this class.}}
| |
| }}
| |