Skip to content

Commit

Permalink
Merge pull request #5 from ArDeveloppement/enhancement/application-se…
Browse files Browse the repository at this point in the history
…tter

added application setter
  • Loading branch information
Spoon4 authored Dec 15, 2016
2 parents 8f1a2d9 + 79c9388 commit 030956f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/ArStatic.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,17 @@ public function __construct($apiUrl, $application)
$this->application = $application;
}

/**
* @param string $application
* @return self
*/
public function setApplication($application)
{
$this->application = $application;

return $this;
}

/**
* Write a new file.
*
Expand Down

0 comments on commit 030956f

Please sign in to comment.