_encodeFetchOffset() protected static method

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