Merge branch 'develop' into experimental/session-start

This commit is contained in:
Kijin Sung 2015-07-22 21:41:13 +09:00
commit 6470da0d5d
12 changed files with 80 additions and 30 deletions

View file

@ -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
*