NAME

Hyper::Developer::Generator::Control - abstract base class which offers a special create method for Control generation.

VERSION

This document describes Hyper::Developer::Generator::Control 0.01

SYNOPSIS

package Hyper::Developer::Generator::Control::ContainerFlow;
use base qw(Hyper::Developer::Generator::Control);

1;

DESCRIPTION

ATTRIBUTES

usecase :name
service :name
type :set
sub_path :set
suffix :set

SUBROUTINES/METHODS

create

$object->create({
    name     => 'filename_without_suffix', # MANDATORY
    template => '/template/to/use.tpl',
    force    => 'boolean value, overwrite existing file?'
    data     => {
        what => 'ever',
        passed => 'to template',
    },
});

Calls the Hyper::Developer::Generator::create method with some special. This method is only important for out code generator maintainers.

DIAGNOSTICS

CONFIGURATION AND ENVIRONMENT

DEPENDENCIES

  • version

  • Hyper::Developer::Generator

  • Class::Std

  • Hyper::Functions

  • File::Path

  • Hyper::Error

INCOMPATIBILITIES

BUGS AND LIMITATIONS

RCS INFORMATIONS

Last changed by

$Author: ac0v $

Id

$Id: Control.pm 320 2008-02-16 02:04:51Z ac0v $

Revision

$Revision: 320 $

Date

$Date: 2008-02-16 03:04:51 +0100 (Sat, 16 Feb 2008) $

HeadURL

$HeadURL: http://svn.hyper-framework.org/Hyper/Hyper-Developer/trunk/lib/Hyper/Developer/Generator/Control.pm $

AUTHOR

Andreas Specht <ACID@cpan.org>

LICENSE AND COPYRIGHT

Copyright (c) 2007, Andreas Specht <ACID@cpan.org>. All rights reserved.

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.