Rapsys Git
/
airbundle
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Switch to tableless
[airbundle]
/
Entity
/
Session.php
diff --git
a/Entity/Session.php
b/Entity/Session.php
index 72d1f33f83843f3db7c31ba6266712d72d5a477f..6a0f13895c3331ff2680ce9a05cc61814d258c25 100644
(file)
--- a/
Entity/Session.php
+++ b/
Entity/Session.php
@@
-24,7
+24,7
@@
class Session {
/**
* @var \DateTime
*/
/**
* @var \DateTime
*/
- private $
end
;
+ private $
length
;
/**
* @var \DateTime
/**
* @var \DateTime
@@
-37,9
+37,9
@@
class Session {
private $updated;
/**
private $updated;
/**
- * @var \
Doctrine\Common\Collections\Collec
tion
+ * @var \
Rapsys\AirBundle\Entity\Applica
tion
*/
*/
- private $application
s
;
+ private $application;
/**
* @var \Rapsys\AirBundle\Entity\Location
/**
* @var \Rapsys\AirBundle\Entity\Location
@@
-47,9
+47,14
@@
class Session {
private $location;
/**
private $location;
/**
- * @var \Rapsys\AirBundle\Entity\
Application
+ * @var \Rapsys\AirBundle\Entity\
Slot
*/
*/
- private $application;
+ private $slot;
+
+ /**
+ * @var \Doctrine\Common\Collections\Collection
+ */
+ private $applications;
/**
* Constructor
/**
* Constructor
@@
-112,25
+117,25
@@
class Session {
}
/**
}
/**
- * Set
end
+ * Set
length
*
*
- * @param \DateTime $
end
+ * @param \DateTime $
length
*
* @return Session
*/
*
* @return Session
*/
- public function set
End($end
) {
- $this->
end = $end
;
+ public function set
Length($length
) {
+ $this->
length = $length
;
return $this;
}
/**
return $this;
}
/**
- * Get
end
+ * Get
length
*
* @return \DateTime
*/
*
* @return \DateTime
*/
- public function get
End
() {
- return $this->
end
;
+ public function get
Length
() {
+ return $this->
length
;
}
/**
}
/**
@@
-229,11
+234,6
@@
class Session {
public function getLocation() {
return $this->location;
}
public function getLocation() {
return $this->location;
}
- /**
- * @var \Rapsys\AirBundle\Entity\Slot
- */
- private $slot;
-
/**
* Set slot
/**
* Set slot