<<

NAME

MT::Asset

SYNOPSIS

    use MT::Asset;

    # Example

DESCRIPTION

This module provides an object definition for a file that is placed under MT's control for publishing.

METHODS

MT::Asset->new

Constructs a new asset object. The base class is the generic asset object, which represents a generic file.

MT::Asset->handler_for_file($filename)

Returns a MT::Asset package suitable for the filename given. This determination is typically made based on the file's extension.

AUTHORS & COPYRIGHT

Please see the MT manpage for author, copyright, and license information.

<<