| Jifty-Plugin-Comment documentation | view source | Contained in the Jifty-Plugin-Comment distribution. |
Jifty::Plugin::Comment::Action::CreateComment - custom CreateComment that attaches the comment to the parent
This is a specialized create action that attaches the comment to the parent object.
This is the parent model class. This class must use the Jifty::Plugin::Comment::Mixin::Model::Commented mixin.
This is the ID of the object to attach the comment to.
This is the title the author of the comment has given it.
This is the name of the author of the comment.
This is the (optional) web site of the author of the comment.
This is the (optional) email address of the author of the comment.
This is the comment message.
This is true if the comment should be published or false if it is only visible to moderators.
This is the timestamp of the comment's creation.
This is string with either the value "spam" for a message that has been flagged as spam or "ham" for a message that is not spam.
The referer claimed by the client.
The user agent claimed by the client.
The IP address of the client.
Returns the application's comment class.
This converts the "parent_id" and "parent_class" arguments into an object.
Performs the work of attaching the comment to the parent object.
Reports success or the need for moderation of the message.
Make sure a title is set.
Make sure the web site given is valid.
Make sure the email given is valid.
Checks to see if the scrubbed HTML is the same as the given HTML to see if it will be changed on save and reports that to the client.
Andrew Sterling Hanenkamp, <hanenkamp@cpan.org>
Copyright 2008 Boomer Consulting, Inc. All Rights Reserved.
This program is free software and may be modified and distributed under the same terms as Perl itself.
| Jifty-Plugin-Comment documentation | view source | Contained in the Jifty-Plugin-Comment distribution. |