2017 © Pedro Peláez
 

library session-forms-bridge

A bridge implementation to combine the IceHawk components Session and Forms.

image

icehawk/session-forms-bridge

A bridge implementation to combine the IceHawk components Session and Forms.

  • Sunday, November 20, 2016
  • by hollodotme
  • Repository
  • 1 Watchers
  • 1 Stars
  • 2,016 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 13 % Grown

The README.md

Build Status Coverage Status Latest Stable Version Total Downloads Latest Unstable Version License phpstan enabled, (*1)

IceHawk Framework

IceHawk\SessionFormsBridge

A bridge implementation to combine the IceHawk components Session and Forms., (*2)

This package provides one class named AbstractSession that extends the original AbstractSession class from the IceHawk Session component to combine it with the IceHawk Forms component., (*3)

This bridge package is intended to be used to, (*4)

  • reduce the dependency definitions in the composer.json
  • Add relevant methods to retrieve or unset Form instances

Added methods

public function getForm( IdentifiesForm $formId ) : Form

This method returns a new or existing Form instance from the session wrapper an guaranties that you always get the same instance for the same $formId., (*5)

public function unsetForm( IdentifiesForm $formId )

This method removes an existing Form instance from the session data., (*6)

public function unsetAllForms()

This method removes all existing Form instances from the session data., (*7)

More documentation

Read more about the IceHawk components Session and Forms in our documentation at icehawk.github.io., (*8)

The Versions

20/11 2016

dev-master

9999999-dev

A bridge implementation to combine the IceHawk components Session and Forms.

  Sources   Download

MIT

The Requires

 

The Development Requires

20/11 2016

dev-development

dev-development

A bridge implementation to combine the IceHawk components Session and Forms.

  Sources   Download

MIT

The Requires

 

The Development Requires

20/11 2016

v1.0.0

1.0.0.0

A bridge implementation to combine the IceHawk components Session and Forms.

  Sources   Download

MIT

The Requires

 

The Development Requires