36 public function hasParam( $name, array $options ) {
37 return isset( $this->params[$name] );
40 public function getValue( $name, $default, array $options ) {
41 return $this->params[$name] ?? $default;
44 public function hasUpload( $name, array $options ) {
45 return isset( $this->files[$name] );
49 $file = $this->files[$name] ??
null;
52 $this->files[$name] =
$file;
58 $this->conditions[] = $condition;
73 $this->conditions = [];
77 return !empty( $options[
'useHighLimits'] );
if(PHP_SAPI !='cli-server') if(!isset( $_SERVER['SCRIPT_FILENAME'])) $file
Item class for a filearchive table row.