Exemplo n.º 1
0
 /**
  * @param string $outKey
  * @param string $inKey
  * @param array  $inArray
  * @param array  $outArray
  */
 protected function addElementToArrayIfSet($outKey, $inKey, $inArray, &$outArray)
 {
     CollectionHelper::addToArrayIfSet($outKey, $inKey, $inArray, $outArray);
 }