Group::post_getEmpty PHP Method

post_getEmpty() public method

public post_getEmpty ( )
    function post_getEmpty()
    {
        $this->fields['is_requester'] = 1;
        $this->fields['is_assign'] = 1;
        $this->fields['is_notify'] = 1;
        $this->fields['is_itemgroup'] = 1;
        $this->fields['is_usergroup'] = 1;
        $this->fields['is_manager'] = 1;
    }