mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +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;
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the title of the module to which the document belongs.
|
||||
* @return string
|
||||
*/
|
||||
function getBrowserTitle()
|
||||
{
|
||||
return $this->getModuleName();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue