Add comment to DocumentItem::getBrowserTitle()

This commit is contained in:
Kijin Sung 2026-02-24 17:08:28 +09:00
parent 4c91040c35
commit ed68509c98

View file

@ -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();