Fey::Role::Orderable - A role for things that can be part of a ORDER BY clause


Fey documentation  | view source Contained in the Fey distribution.

Index


NAME

Top

Fey::Role::Orderable - A role for things that can be part of a ORDER BY clause

VERSION

Top

version 0.40

SYNOPSIS

Top

  use Moose;

  with 'Fey::Role::Orderable';

DESCRIPTION

Top

Classes which do this role represent an object which can be part of a ORDER BY clause.

METHODS

Top

This role provides the following methods:

$object->is_orderable()

Returns true.

BUGS

Top

See Fey for details on how to report bugs.

AUTHOR

Top

Dave Rolsky <autarch@urth.org>

COPYRIGHT AND LICENSE

Top


Fey documentation  | view source Contained in the Fey distribution.