LJ::Faq::new

LJ::Faq::new — Creates a LJ::Faq object from supplied information.

Use

LJ::Faq::new(opts);

Arguments

  • opts. Hash of initial field values for the new Faq. Allowed keys are: faqid, question, summary, answer, faqcat, lastmoduserid, sortorder, lastmodtime, unixmodtime, and lang. Default for lang is $LJ::DEFAULT_LANG, all others undef.

Source:

cgi-bin/LJ/Faq.pm

Returns:

The new LJ::Faq object.