示例#1
0
 protected function signal_log_slot_name()
 {
     return parent::signal_log_slot_name() . ".String";
 }
示例#2
0
 function __construct($core, $new_element_type)
 {
     $this->new_element_type = $new_element_type;
     parent::__construct($core);
 }