_encodeFetchTopic() protected static method

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