Skip to content

Commit

Permalink
Added tags and attributes to Media model
Browse files Browse the repository at this point in the history
  • Loading branch information
bHelland committed Sep 27, 2016
1 parent a489779 commit 07c0753
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/Keyteq/Keymedia/Model/Media.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,18 @@ class Media extends Item
protected $shareUrl;
protected $created;
protected $modified;
protected $tags;
protected $attributes;

public function getTags()
{
return $this->tags;
}

public function getAttributes()
{
return $this->attributes;
}

public function getId()
{
Expand Down

0 comments on commit 07c0753

Please sign in to comment.