Solar_Struct::__set()

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

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

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