get_by_id

@accepts(utf8)
@returns(RB.DisplayPageGroup)
def get_by_id(id)

Locates a page group by name. If the page group has not been registered yet, returns NULL instead.

id :

name of page group to find

Returns :

existing page group, or NULL.