_encodeOffsetTopic() protected static method

encode signal topic
protected static _encodeOffsetTopic ( $values ) : string
return string
Beispiel #1
0
 /**
  * encodeOffsetTopic
  *
  * @access public
  * @return void
  */
 public static function encodeOffsetTopic($values)
 {
     return parent::_encodeOffsetTopic($values);
 }