コード例 #1
0
 public function asDom(\TheSeer\fDOM\fDOMDocument $ctx)
 {
     $node = $ctx->createAttribute('inherit');
     $node->appendChild($ctx->createTextNode('true'));
     return $node;
 }