Habari\Tags::object_type PHP Method

object_type() public static method

Returns the default type Tags uses
public static object_type ( ) : String
return String The default type name
    public static function object_type()
    {
        return self::$object_type;
    }