/**
* Check if the functionality is supported by the context
*
* @param string $functionality The functionality
* @param string $context The context of the functionality
*
* @return boolean
*
* @since 4.0.0
*/
public function supportFunctionality($functionality, $context) : bool;