Example #1
0
 /**
  * Parse this node.
  * Add this mixin to the current context.
  *
  * @param Context $context the context in which this node is parsed
  * @return array the parsed node - an empty array
  */
 public function parse($context)
 {
     $context->addMixin($this->name, $this);
     return [];
 }