_encodeFetchOffsetPartion() protected static method

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