Пример #1
0
 public function push($aPath, $aValue)
 {
     StructUtils::pushSet($this->data, $aPath, $aValue);
 }