Ejemplo n.º 1
0
 public function asStruct()
 {
     $struct = array('product' => DF_Scrum_Structable::getEntityStruct($this->product), 'tasks' => DF_Scrum_Structable::getEntityStruct($this->tasks), 'userstories' => DF_Scrum_Structable::getEntityStruct($this->userstories));
     return $struct;
 }
Ejemplo n.º 2
0
 public function asStruct()
 {
     $struct = array('title' => DF_Scrum_Structable::getEntityStruct($this->title));
     return $struct;
 }
Ejemplo n.º 3
0
 public function asStruct()
 {
     $struct = parent::asStruct();
     $struct['impediments'] = DF_Scrum_Structable::getEntityStruct($this->impediments);
     return $struct;
 }