Exemplo n.º 1
0
 /**
  * @param  NodeInterface $node
  * @return $this
  */
 protected function injectNodeTimestamp(NodeInterface $node)
 {
     $node->setAttribute('t', time());
     return $this;
 }