Skip to content

Commit

Permalink
Update DescriptionInterface.php
Browse files Browse the repository at this point in the history
  • Loading branch information
danieledangeli committed Sep 30, 2014
1 parent a2e52ff commit 5337a06
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/DescriptionInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,14 @@ public function getModels();
* @return bool
*/
public function hasModel($id);

/**
* Get the API version of the service
*
* @return string
*/
public function getApiVersion();

/**
* Get the name of the API
*
Expand Down Expand Up @@ -104,4 +106,4 @@ public function format($format, $input);
*/
public function getData($key = null);

}
}

0 comments on commit 5337a06

Please sign in to comment.