Skip to content
This repository has been archived by the owner on Sep 19, 2022. It is now read-only.

Commit

Permalink
Phpdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztof-magosa committed Oct 14, 2014
1 parent dbaa96e commit 17183ca
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/KM/Saffron/Request.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ public function getDomain()

/**
* Sets domain
*
* @return \KM\Saffron\Request
*/
public function setDomain($domain)
{
Expand All @@ -53,6 +55,7 @@ public function getUri()

/**
* Sets uri
* @return \KM\Saffron\Request
*/
public function setUri($uri)
{
Expand All @@ -72,6 +75,8 @@ public function getMethod()

/**
* Sets method
*
* @return \KM\Saffron\Request
*/
public function setMethod($method)
{
Expand All @@ -91,6 +96,8 @@ public function getHttps()

/**
* Sets info whether connection is secured by https
*
* @return \KM\Saffron\Request
*/
public function setHttps($https)
{
Expand Down

0 comments on commit 17183ca

Please sign in to comment.