Validator::getDefaultCommands PHP Method

getDefaultCommands() protected method

protected getDefaultCommands ( )
    protected function getDefaultCommands()
    {
        $defaultCommands = parent::getDefaultCommands();
        $defaultCommands[] = new Validate();
        return $defaultCommands;
    }