NAME

Interface::CIFS Interface renderer for CIFS shares.

SYNOPSIS

use Interface::CIFS;

# instantiate
my $i=Interface::CIFS->new();

This class is used in the same way as the Interface-class. See documentation there for more information about the use of this class.

DESCRIPTION

Interface renderer for CIFS shares. It is based on the Interface-class and most of the methods are documented there as well as their use.

CONSTRUCTOR

new()

Instantiates the class.

Takes no additional parameters except those defined in the Interface-class. Please see there for more information on this method.

Returns an instance of the class.

METHODS

doRender()

Performs the rendering of the CIFS share links.

This method is inherited from the Interface-class and please see there for more information on its use and functioning.

This method is not to be called by the user.

doUnrender

Performs the unrendering of the CIFS share links.

This method is inherited from the Interface-class and please see there for more information on its use and functioning.

This method is not to be called by the user.