1Padre::Transform(3)   User Contributed Perl Documentation  Padre::Transform(3)
2
3
4

NAME

6       Padre::Transform - Padre Document Transform API
7

DESCRIPTION

9       This is the base class for the Padre transform API.
10
11       I'll document this more later...
12
13       -- Adam K
14

METHODS

16   new
17       A default constructor for transform objects.
18
19       Takes arbitrary key/value pair parameters and returns a new object.
20
21   apply
22         $transform->apply( $padre_document );
23
24       The "apply" method takes a Padre::Document object and modifies it in
25       place. Returns true if the document was changed, false if not, or
26       throws an exception on error.
27
29       Copyright 2008-2011 The Padre development team as listed in Padre.pm.
30
31       This program is free software; you can redistribute it and/or modify it
32       under the same terms as Perl itself.
33
34       The full text of the license can be found in the LICENSE file included
35       with this module.
36
37
38
39perl v5.30.0                      2019-07-26               Padre::Transform(3)
Impressum