Example #1
0
 /**
  * @param $type
  * @param string $content
  * @param array $attr
  * @return string
  */
 public static function inline($type, $attr = [], $content = '')
 {
     $node = new _node($type, $attr, $content);
     return $node->get();
 }