IgeObject

Method: groups

Gets an array of all groups this entity belongs to.
groups ()
Returns *

Get array of groups entity belongs to

var entity = new IgeEntity();
entity.addGroup('g1', 'g2');

// This will output "['g1', 'g2']"
console.log(entity.groups());
© Copyright 2013 Irrelon Software Limited. All Rights Reserved. UK Registered Company Number: 07522767
Isogenic (ī´sōjen´ik): Adj originating from a common source; possessing the same genetic composition.
Strange Things Happen at the One Two Point