LJ::Faq::load_all

LJ::Faq::load_all — Creates LJ::Faq objects from all FAQs in the database.

Use

LJ::Faq::load_all(opts);

Arguments

  • opts. Hash of option key => value. lang => language, xx or xx_YY. Defaults to $LJ::DEFAULT_LANG. cat => category to load (loads FAQs in all cats if absent).

Source:

cgi-bin/LJ/Faq.pm

Returns:

Array of populated LJ::Faq objects, one per FAQ loaded.