JBZoo\Data\Ini::_encode PHP Method

_encode() protected method

protected _encode ( mixed $data ) : string
$data mixed
return string
    protected function _encode($data)
    {
        return $this->_render($data, array());
    }