Try this
<?php
/**
* Validation class
*/
class Validation extends Validation_Core
{
// These function are part of the default $steps array to help you
// illustrate how this script works. Feel free to delete them.
function validate_license($value, $params = array())
{...