mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 19:21:40 +09:00
issue 21 Document status getter method add
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8434 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
76624b10c8
commit
341eee765f
1 changed files with 6 additions and 0 deletions
|
|
@ -631,6 +631,12 @@
|
|||
return $buffs;
|
||||
}
|
||||
|
||||
function getStatus()
|
||||
{
|
||||
if(!$this->get('status')) return 'PUBLIC';
|
||||
return $this->get('status');
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief Return the value obtained from getExtraImages with image tag
|
||||
**/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue