UITagInterface.php 96 B

12345
  1. <?php
  2. interface UITagInterface {
  3. static function h($tagName, $params = [], $childrens = []);
  4. }