Skip to content

Commit

Permalink
add setter
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurHlt committed Mar 14, 2015
1 parent 9e92d84 commit d24284a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Arhframe/Yamlarh/Yamlarh.php
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,14 @@ public function getFilename()
return $this->fileName;
}

/**
* @param mixed $fileName
*/
public function setFileName($fileName)
{
$this->fileName = $fileName;
}

public function array_merge_recursive_distinct(array &$array1, array &$array2)
{
$merged = $array1;
Expand Down

0 comments on commit d24284a

Please sign in to comment.