_parse() protected static method

Note: The parsed signature is not returned as it's not needed. The signature is verified by re-compiling the form signature string with the retrieved signature.
protected static _parse ( string $string ) : array
$string string
return array
示例#1
0
 protected static function _parse($signature)
 {
     $result = parent::_parse($signature);
     static::$parse[] = array('in' => compact('signature'), 'out' => $result);
     return $result;
 }