Talk:Conditional Validates
Appearance
Rather addFlag than m_flags?
You wrote:
// Make the passport number obligatory $passportAttr->m_flags |= AF_OBLIGATORY;
Isn't m_flags only usable for node flags?
Has it to be rather $passportAttr->addFlag(AF_OBLIGATORY);