havvg/propel-boolean-extra-behavior

The BooleanExtraBehavior adds more readable accessors and mutators for boolean values.

Maintainers

👁 havvg

Package info

github.com/havvg/BooleanExtraBehavior

pkg:composer/havvg/propel-boolean-extra-behavior

Statistics

Installs: 2 290

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

v1.1.2 2013-08-16 12:20 UTC

Requires

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT ce8c60851fd8f1d9190fda82515f5c512b2baa7a

  • Toni Uebernickel <tuebernickel.woop@gmail.com>

propelBehaviorboolean

This package is not auto-updated.

Last update: 2026-06-15 18:49:27 UTC


README

👁 Build Status

See the Propel documentation on how to install a third party behavior

Usage

Just add the following XML tag in your schema.xml file:

<behavior name="boolean_extra" />

The behavior will add additional methods for boolean columns. Those methods are solely for the purpuse of better readibility when writing code.