mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
ExtraItem 클래스에도 PHP 5 방식의 생성자 (__construct) 사용
This commit is contained in:
parent
15d3ba7ca1
commit
5d6e6015a3
1 changed files with 1 additions and 1 deletions
|
|
@ -157,7 +157,7 @@ class ExtraItem
|
||||||
* @param string $eid Unique id of extra variable in module
|
* @param string $eid Unique id of extra variable in module
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
function ExtraItem($module_srl, $idx, $name, $type = 'text', $default = null, $desc = '', $is_required = 'N', $search = 'N', $value = null, $eid = '')
|
function __construct($module_srl, $idx, $name, $type = 'text', $default = null, $desc = '', $is_required = 'N', $search = 'N', $value = null, $eid = '')
|
||||||
{
|
{
|
||||||
if(!$idx)
|
if(!$idx)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue