Class Property_Module
Property Module.
- Core_Module
-
Property_Module
Package: HostCMS\Property
Copyright: © 2005-2021 ООО "Хостмэйк" (Hostmake LLC), http://www.hostcms.ru
Author: Hostmake LLC
Version: 6.x
Located at property/module.php
Copyright: © 2005-2021 ООО "Хостмэйк" (Hostmake LLC), http://www.hostcms.ru
Author: Hostmake LLC
Version: 6.x
Located at property/module.php
Methods summary
Methods inherited from Core_Module
__construct()
,
_addAdminForm()
,
_addAdminFormAction()
,
_addAdminFormField()
,
_addAdminWord()
,
_addAdminWordValue()
,
addReport()
,
callNotifications()
,
callSchedule()
,
factory()
,
getAdminPages()
,
getMenu()
,
getModule()
,
getModuleName()
,
getNotificationDesign()
,
getOptions()
,
getReport()
,
getReports()
,
getScheduleActions()
,
install()
,
setMenu()
,
setOptions()
,
uninstall()
Properties summary
public
string
|
$version
Module version |
#
'6.9'
|
public
|
$date
Module date |
#
'2021-08-23'
|
protected
string
|
$_moduleName
Module name |
#
'property'
|
protected
array
|
$_options
Module Options |
#
array(
'recursive_properties' => array(
'type' => 'checkbox',
'default' => TRUE
),
'add_list_items' => array(
'type' => 'checkbox',
'default' => TRUE
)
)
|
Properties inherited from Core_Module
$_adminForms
,
$_adminPages
,
$_instance
,
$_reports
,
$_scheduleActions
,
$menu