This commit is contained in:
ThemeLexus
2019-09-28 16:39:55 +07:00
parent 2195d7e04f
commit f306df84c8
106 changed files with 2720 additions and 1356 deletions

View File

@@ -23,14 +23,23 @@ if ( ! defined( 'ABSPATH' ) ) {
class OpalEstate_User_Message {
/**
* ID of current user id
*
* @return user_id
*/
protected $user_id = 0;
/**
* Gets types.
*
* @return boolean $is_log
*/
protected $is_log;
/**
* Gets a instance of this object.
*
* @return OpalEstate_User_Message
*/
public static function get_instance() {
static $_instance;
@@ -41,6 +50,11 @@ class OpalEstate_User_Message {
return $_instance;
}
/**
* Gets types.
*
* @return array
*/
public function get_types() {
return [