client/src/MobicoopBundle/RelayPoint/Entity/RelayPoint.php
RelayPoint
has 51 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class RelayPoint implements ResourceInterface, \JsonSerializable
{
const STATUS_PENDING = 0;
const STATUS_ACTIVE = 1;
const STATUS_INACTIVE = 2;