コード例 #1
0
 /**
  * @return static $this
  */
 function set($key, $value)
 {
     $this->redux->set($key, $value);
     return $this;
 }