[ Index ]

PHP Cross Reference of MediaWiki-1.24.0

title

Body

[close]

/includes/htmlform/ -> HTMLFormFieldRequiredOptionsException.php (source)

   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  }


Generated: Fri Nov 28 14:03:12 2014 Cross-referenced by PHPXref 0.7.1