Solar_Struct_Xml::__set()

public void Solar_Struct_Xml::__set ( string $key , mixed $val )

Sets a key value and marks the struct as "dirty".

Inherited from Solar_Struct.

Parameters

  • (string) $key: The requested data key.

  • (mixed) $val: The value to set the data to.

Returns

  • (void)

Description

Sets a key value and marks the struct as "dirty".

See Also



Local