[ Index ] |
PHP Cross Reference of MediaWiki-1.24.0 |
[Summary view] [Print] [Text view]
1 <?php 2 3 class HTMLFormFieldRequiredOptionsException extends MWException { 4 public function __construct( HTMLFormField $field, array $missing ) { 5 parent::__construct( sprintf( "Form type `%s` expected the following parameters to be set: %s", 6 get_class( $field ), 7 implode( ', ', $missing ) ) ); 8 } 9 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 28 14:03:12 2014 | Cross-referenced by PHPXref 0.7.1 |