mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-04 17:44:38 +09:00
Add comment to DocumentItem::getBrowserTitle()
This commit is contained in:
parent
4c91040c35
commit
ed68509c98
1 changed files with 4 additions and 0 deletions
|
|
@ -1650,6 +1650,10 @@ class DocumentItem extends BaseObject
|
||||||
return ModuleModel::getModuleInfoByModuleSrl($this->get('module_srl'))->browser_title;
|
return ModuleModel::getModuleInfoByModuleSrl($this->get('module_srl'))->browser_title;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get the title of the module to which the document belongs.
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
function getBrowserTitle()
|
function getBrowserTitle()
|
||||||
{
|
{
|
||||||
return $this->getModuleName();
|
return $this->getModuleName();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue