$factory->fromArrayPrefixed()

$factory->fromArrayPrefixed() – fromArrayPrefixed - takes a multi dimensional array, and builds the 'xxx[sss][xx]' => value

Synopsis

require_once 'Flexy/Factory.php';

array HTML_Template_Flexy_Factory::fromArrayPrefixed ( array $prefix , array $ar , optional $ret = array() )

Description

This package is not documented yet.

Parameter

  • $prefix

  • $ar

  • $ret

Return value

return Array of HTML_Template_Flexy_Elements

Throws

throws no exceptions thrown

Note

This function can not be called statically.

fromArray - builds a set of elements from a key=>value array (eg. DO->toArray()) the second parameter is an optional HTML_Element array to merge it into. (Previous) setErrors - sets the suffix of an element to a value.. (Next)
Last updated: Sat, 16 Feb 2019 — Download Documentation
Do you think that something on this page is wrong? Please file a bug report.
View this page in:
  • English

User Notes:

There are no user contributed notes for this page.