mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-27 22:33:10 +09:00
Merge branch 'develop' into experimental/session-start
This commit is contained in:
commit
6470da0d5d
12 changed files with 80 additions and 30 deletions
|
|
@ -289,6 +289,16 @@ class ExtraItem
|
|||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns a value for HTML
|
||||
*
|
||||
* @return string Returns a value expressed in HTML.
|
||||
*/
|
||||
function getValue()
|
||||
{
|
||||
return $this->_getTypeValue($this->type, $this->value);
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns a value for HTML
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue