Horde_Text_Diff_Renderer_Inline::_added PHP Méthode

_added() protected méthode

protected _added ( $lines )
    protected function _added($lines)
    {
        array_walk($lines, array(&$this, '_encode'));
        $lines[0] = $this->_ins_prefix . $lines[0];
        $lines[count($lines) - 1] .= $this->_ins_suffix;
        return $this->_lines($lines, ' ', false);
    }