Esempio n. 1
0
 /**
  * Build references (subject, directComplement, indirectComplement)
  * of timeline action
  */
 public function build()
 {
     foreach ($this->action->getActionComponents() as $actionComponent) {
         if (!$actionComponent->isText()) {
             $this->buildComponent($actionComponent);
         }
     }
 }