Skip to content

Commit

Permalink
PhpDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Nayjest committed Jun 1, 2016
1 parent 52ba0a3 commit f7e1811
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Components/ExcelExport.php
Expand Up @@ -70,6 +70,8 @@ public function initialize(Grid $grid)
}

/**
* Sets name of exported file.
*
* @param string $name
* @return $this
*/
Expand All @@ -80,6 +82,8 @@ public function setFileName($name)
}

/**
* Returns name of exported file.
*
* @return string
*/
public function getFileName()
Expand Down

0 comments on commit f7e1811

Please sign in to comment.