unknown get_description(
)
|
|
Gets module description
API Tags:
Gets module HID
API Tags:
Gets ID of the license under which module is released
API Tags:
Gets maintainer
API Tags:
Gets URL address of web page that contain more information about module
API Tags:
void set_description(
string
$description
)
|
|
Sets module description
Parameters:
API Tags:
void set_hid(
string
$hid
)
|
|
Sets module HID
Parameters:
|
string |
$hid: |
Must be alphanumeric, starting with letter, underscore allowed, 100 characters max |
API Tags:
void set_id(
integer
$id
)
|
|
Sets module ID
Parameters:
API Tags:
void set_license(
integer
$license
)
|
|
Sets ID of the license under which module is released
Parameters:
API Tags:
void set_maintainer(
string
$maintainer
)
|
|
Sets module maintainer email
Parameters:
|
string |
$maintainer: |
Valid email address |
API Tags:
void set_url(
string
$url
)
|
|
Sets URL address of web page that contain more information about module
Parameters:
API Tags: