|
@@ -32,8 +32,10 @@ |
|
32
|
32
|
* Set item in container |
|
33
|
33
|
* |
|
34
|
34
|
* @param string $id Key for the item. |
|
35
|
35
|
* @param mixed $value Value to be set. |
|
36
|
+ * |
|
37
|
+ * @return void |
|
36
|
38
|
*/ |
|
37
|
39
|
public function set( $id, $value ) { |
|
38
|
40
|
$this->offsetSet( $id, $value ); |
|
39
|
41
|
} |