private static function isStringNotEmpty($param) : bool { return is_string($param) && false === empty($param); }