Fey::Role::ColumnLike - A role for "column-like" behavior


Fey documentation  | view source Contained in the Fey distribution.

Index


NAME

Top

Fey::Role::ColumnLike - A role for "column-like" behavior

VERSION

Top

version 0.40

SYNOPSIS

Top

  use Moose;

  with 'Fey::Role::ColumnLike';

DESCRIPTION

Top

Class which do this role are "column-like" . This role aggregates several other roles for the Fey::Column and Fey::Column::Alias classes.

METHODS

Top

This role provides the following methods:

$column->is_selectable()

$column->is_comparable()

$column->is_groupable()

$column->is_orderable()

These methods all return true when the $column->table() returns an object.

ROLES

Top

This class does the Fey::Role::Selectable, Fey::Role::Comparable, Fey::Role::Groupable, and Fey::Role::Orderable roles.

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.