Пример #1
0
 /**
  * build form and check if process status is "success" then execute a callable
  *
  * @param callable $callable
  * @static 
  */
 public static function saved($callable)
 {
     return \Zofe\Rapyd\DataForm\DataForm::saved($callable);
 }