Lines Matching defs:period
28 public function users_involvement(\DatePeriod $period=NULL) {
29 if ($period) {
30 $from = $period->getStartDate()->format(\DateTime::ISO8601);
31 $to = $period->getEndDate()->format(\DateTime::ISO8601);
58 public function kpi(\DatePeriod $period=NULL) {
59 if ($period) {
60 $from = $period->getStartDate()->format(\DateTime::ISO8601);
61 $to = $period->getEndDate()->format(\DateTime::ISO8601);
77 public function bez_activity(\DatePeriod $period=NULL) {
78 if ($period) {
79 $from = $period->getStartDate()->format(\DateTime::ISO8601);
80 $to = $period->getEndDate()->format(\DateTime::ISO8601);
106 public function report_issue(\DatePeriod $period=NULL) {
107 if ($period) {
108 $from = $period->getStartDate()->format(\DateTime::ISO8601);
109 $to = $period->getEndDate()->format(\DateTime::ISO8601);
152 public function report_project(\DatePeriod $period=NULL) {
153 if ($period) {
154 $from = $period->getStartDate()->format(\DateTime::ISO8601);
155 $to = $period->getEndDate()->format(\DateTime::ISO8601);