Skip to content

Commit

Permalink
III-1913: AgeTo getter
Browse files Browse the repository at this point in the history
  • Loading branch information
bramcordie committed Mar 27, 2017
1 parent f68239f commit e1221ae
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions lib/CultureFeed/Cdb/Item/Event.php
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,16 @@ public function getAgeFrom()
return $this->ageFrom;
}

/**
* Get the maximum age for this event.
*
* @return int|null
*/
public function getAgeTo()
{
return $this->ageTo;
}

/**
* Set the minimum age for this event.
*
Expand Down

0 comments on commit e1221ae

Please sign in to comment.