Example #1
0
 public static function RemoteFormFor($name, $url, $id = 'remote_form', $collection = array(), $options = array())
 {
     $self = new self();
     return $self->__remoteFormFor($name, $url, $id = 'remote_form', $collection, $options);
 }