$factory->fromArray()

$factory->fromArray() -- 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.

概要

require_once 'Flexy/Factory.php';

array HTML_Template_Flexy_Factory::fromArray (array $ar [, optional $ret = array()])

説明

このパッケージに関する文書は、未作成です。

パラメータ

返り値

return Array of HTML_Template_Flexy_Elements

例外・エラー

throws no exceptions thrown

注意

Not documented yet.