Take me over?
The maintainer of this distribution is looking for someone to take over!
If you're interested then please contact them via
email.
NAME
Fey::Role::ColumnLike - A role for "column-like" behavior
VERSION
version 0.43
SYNOPSIS
use Moose 2.1200;
with 'Fey::Role::ColumnLike';
DESCRIPTION
Class which do this role are "column-like" . This role aggregates several other roles for the Fey::Column and Fey::Column::Alias classes.
METHODS
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
This class does the Fey::Role::Selectable
, Fey::Role::Comparable
, Fey::Role::Groupable
, and Fey::Role::Orderable
roles.
BUGS
See Fey for details on how to report bugs.
AUTHOR
Dave Rolsky <autarch@urth.org>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2011 - 2015 by Dave Rolsky.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)