/**
 * Getter for Validation class properties
 * @param string $key   The property name
 * @return mixed
 */
function validation_get($key)
{
    return Validation::get($key);
}