Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
💡(Draft): Add doc block for constructor
  • Loading branch information
micgro42 committed Jun 11, 2018
1 parent b16fbc3 commit e432cc8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions inc/Draft.php
Expand Up @@ -15,6 +15,12 @@ class Draft
protected $id;
protected $client;

/**
* Draft constructor.
*
* @param string $ID the page id for this draft
* @param string $client the client identification (username or ip or similar) for this draft
*/
public function __construct($ID, $client)
{
$this->id = $ID;
Expand Down

0 comments on commit e432cc8

Please sign in to comment.