Kraken\Supervision\SupervisorInterface::getParam PHP Method

getParam() public method

Return param saved under $key or null if it does not exist.
public getParam ( string $key ) : mixed | null
$key string
return mixed | null $value
    public function getParam($key);