NAME
POE::Component::Client::MPD::Item::Directory - a directory object
SYNOPSIS
print $item->directory . "\n";
DESCRIPTION
POE::Component::Client::MPD::Item::Directory
is more a placeholder for a hash ref with one pre-defined key, namely the directory name.
PUBLIC METHODS
This module only has a new()
constructor, which should only be called by POE::Component::Client::MPD::Item
's constructor.
The only other public method is an accessor: directory().
SEE ALSO
For all related information (bug reporting, mailing-list, pointers to MPD and POE, etc.), refer to POE::Component::Client::MPD
's pod, section SEE ALSO
AUTHOR
Jerome Quelin, <jquelin at cpan.org>
COPYRIGHT & LICENSE
Copyright (c) 2007 Jerome Quelin, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.