26 wfDeprecated( __METHOD__ .
' with Config passed to constructor',
'1.34' );
49 if ( $this->reason !==
null ) {
52 if ( $this->reasonFile ===
null ) {
56 if ( is_file( $this->reasonFile ) && filesize( $this->reasonFile ) > 0 ) {
57 $this->reason = file_get_contents( $this->reasonFile );
60 $this->reasonFile =
null;
61 return $this->reason ??
false;
wfDeprecated( $function, $version=false, $component=false, $callerOffset=2)
Throws a warning that $function is deprecated.
Interface for configuration instances.