finish annotation supprt

This commit is contained in:
DavidBadura
2016-03-12 10:04:31 +00:00
parent ece82c24a9
commit d506df75ae
3 changed files with 72 additions and 3 deletions

View File

@@ -24,6 +24,15 @@ class Annotation
*/
private $entry;
/**
* @param string $description
*/
public function __construct($description = null)
{
$this->entry = new Carbon(); // todo https://bug.tasktools.org/browse/TW-1780
$this->description = $description;
}
/**
* @return string
*/