mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 07:03:49 +00:00
Good Center - Circle suggested
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
Reference in New Issue
Block a user