Example #1
0
 /**
  * Create state for dot notation
  *
  * @param Document       $document
  * @param StateInterface $state
  */
 private function addState(Document $document, StateInterface $state)
 {
     $document->addState(new Node($state->getName(), $state->getFlags(), $this->stylist->getStyle('state', $state->getName()), $state->getAttributes()->get('comment')));
 }