Turba_Object_Group::isGroup PHP Method

isGroup() public method

Returns true if this object is a group of multiple contacts.
public isGroup ( ) : boolean
return boolean True.
    public function isGroup()
    {
        return true;
    }