示例#1
0
 function __construct($core, $items)
 {
     if (!is_array($items)) {
         $items = array($items);
     }
     parent::__construct($core, $items);
 }
示例#2
0
 protected function element_property($element, $property)
 {
     return mb_strlen(parent::element_property($element, $property));
 }