FreeBSD Manual Pages
Catalyst::Model::XML::User:Contributed PerlCatalyst::Model::XML::Feed::Item(3) NAME Catalyst::Model::XML::Feed::Item - stores some extra information about each XML feed. SYNOPSIS $feed{$name} = Catalyst::Model::XML::Feed::Item->new($feed, $uri); $feed{$name}->uri; $feed{$name}->updated; $feed{$name}->feed; METHODS new($feed, $uri) Creates an instance. uri Returns the original URI of the feed. updated Returns the time when the Item was created. feed Returns the feed. perl v5.32.0 2009-12-1Catalyst::Model::XML::Feed::Item(3)
NAME | SYNOPSIS | METHODS
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=Catalyst::Model::XML::Feed::Item&sektion=3&manpath=FreeBSD+12.2-RELEASE+and+Ports>