Skip to content
Snippets Groups Projects
Unverified Commit e432cc89 authored by Michael Große's avatar Michael Große
Browse files

:bulb:(Draft): Add doc block for constructor

parent b16fbc3f
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment