refactor: Название методов
This commit is contained in:
parent
82f6dd1630
commit
9680409ba9
2 changed files with 31 additions and 32 deletions
|
|
@ -80,7 +80,7 @@ class Document {
|
|||
function save($filename)
|
||||
{
|
||||
$doc = new XMLWriter();
|
||||
if (!$doc->openURI($filename)) {
|
||||
if (!$doc->openUri($filename)) {
|
||||
throw new Exception("unknown file " . $filename);
|
||||
}
|
||||
$doc->setIndent(false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue