PHP Class FluxBB\Events\OptionWasChanged

Datei anzeigen Open project: fluxbb/core

Public Properties

Property Type Description
$key string
$value string

Public Methods

Method Description
__construct ( $key, $value )

Method Details

__construct() public method

public __construct ( $key, $value )

Property Details

$key public_oe property

public string $key
return string

$value public_oe property

public string $value
return string