mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
Add getStatus() and getStatusText() methods to document and comment for easy management
This commit is contained in:
parent
4a34b3dfa8
commit
76f3376670
8 changed files with 105 additions and 6 deletions
|
|
@ -144,6 +144,7 @@ define('_XE_PATH_', RX_BASEDIR);
|
|||
* Status constants for various content types.
|
||||
*/
|
||||
define('RX_STATUS_TEMP', 0);
|
||||
define('RX_STATUS_PRIVATE', 10);
|
||||
define('RX_STATUS_PUBLIC', 1);
|
||||
define('RX_STATUS_SECRET', 2);
|
||||
define('RX_STATUS_EMBARGO', 3);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue