Пример #1
0
 /**
  * @param string $key
  * @param string $subKey
  * @param mixed  $value
  *
  * @return mixed
  */
 public static function addTo($key, $subKey, $value = null)
 {
     Option::addTo(static::$_options, static::_getKeyTag($key), $subKey, $value);
 }