NAME
WWW::Mixi::OO::TableHistoryListPage - WWW::Mixi::OO's Table style History List Pages base class
SYNOPSIS
package WWW::Mixi::OO::Foo;
use base qw(WWW::Mixi::OO::TableHistoryListPage);
# some implementations...
DESCRIPTION
log style list pages base class.
METHODS
- parse_title
-
title parser: return scalar or array of scalar.
- _parse_body_subject
-
standard body subject parser, only rewrite.
- _parse_body_subject_with_count
-
# subclass sub _parse_body_subject { shift->_parse_body_subject_with_count(@_); }
alternate body subject parser, with count.
such as: 'foobar (10)' to
(subject => 'foobar', count => 10)
.
SEE ALSO
WWW::Mixi::OO::TableListPage, WWW::Mixi::OO::ListPage, WWW::Mixi::OO::Page
AUTHOR
Topia <topia@clovery.jp>
COPYRIGHT AND LICENSE
Copyright (C) 2005 by Topia.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.6 or, at your option, any later version of Perl 5 you may have available.