Good Center - Circle suggested

This commit is contained in:
Marc Ducobu
2016-03-23 18:19:48 +01:00
parent 888bcad81a
commit 4fe31185df
4 changed files with 103 additions and 13 deletions

View File

@@ -2,10 +2,13 @@
namespace Chill\EventBundle\Entity;
use Chill\MainBundle\Entity\HasCenterInterface;
use Chill\MainBundle\Entity\HasScopeInterface;
/**
* Event
*/
class Event
class Event implements HasCenterInterface, HasScopeInterface
{
/**
* @var integer
@@ -120,7 +123,7 @@ class Event
}
/**
*
*
* @return EventType
*/
public function getType()
@@ -129,7 +132,7 @@ class Event
}
/**
*
*
* @param \Chill\EventBundle\Entity\EventType $type
* @return \Chill\EventBundle\Entity\Event
*/
@@ -140,7 +143,7 @@ class Event
}
/**
*
*
* @return \Chill\MainBundle\Entity\Center
*/
public function getCenter()
@@ -149,7 +152,7 @@ class Event
}
/**
*
*
* @return \Chill\MainBundle\Entity\Scope
*/
public function getCircle()
@@ -158,7 +161,7 @@ class Event
}
/**
*
*
* @param \Chill\MainBundle\Entity\Scope $circle
* @return \Chill\EventBundle\Entity\Event
*/
@@ -169,7 +172,7 @@ class Event
}
/**
*
*
* @deprecated
* @return \Chill\MainBundle\Entity\Scope
*/