$factory->freeze()
$factory->freeze() – freeze - freeze's an element. - just copies the value to the override.
Synopsis
require_once 'Flexy/Factory.php';
array HTML_Template_Flexy_Factory::freeze (
array $array
)
Description
this probably needs more thought.. - it would probably need to merge the full tag info with types, to be usefull..
$ar = HTML_Element_Factory::freeze($ar);
Parameter
-
$array
(return by refernce key(tag name) => HTML_Template_Flexy_Element
Return value
return Array of HTML_Template_Flexy_Elements
Throws
throws no exceptions thrown
Note
Not documented yet.