Horde_Kolab_Server_Object_Kolabgroupofnames::getSearchOperations PHP Method

getSearchOperations() public static method

Returns the set of search operations supported by this object type.
public static getSearchOperations ( ) : array
return array An array of supported search operations.
    public static function getSearchOperations()
    {
        $searches = array();
        return $searches;
    }