2017 © Pedro Peláez
 

library var-manager

Provides an easy way to save variables with getter- and setter-methods.

image

zyberware/var-manager

Provides an easy way to save variables with getter- and setter-methods.

  • Sunday, April 13, 2014
  • by zyberspace
  • Repository
  • 1 Watchers
  • 0 Stars
  • 23 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

zyberware/var-manager

VarManager provides an easy way to save variables with getter- and setter-methods., (*1)

Example

$vars = new \ZyberWare\VarManager();
$vars->setDay('Friday');
$vars->setConfig('main', $mainConfig);
$vars->setConfig('db', $dbConfig);

var_dump(
    $vars->getDay(),
    $vars->getConfig('main'),
    $vars->getConfig('db')
);

Documentation

To create the docs, just run phpdoc in the the project-root. An online-version is available at phpdoc.zyberware.org/var-manager/., (*2)

License

This software is licensed under the Mozilla Public License v. 2.0. For more information, read the file LICENSE., (*3)

The Versions

13/04 2014

dev-master

9999999-dev https://github.com/zyberWare/php-var-manager

Provides an easy way to save variables with getter- and setter-methods.

  Sources   Download

MPL-2.0

by Avatar zyberspace

13/04 2014

v0.1.0

0.1.0.0 https://github.com/zyberWare/php-var-manager

Provides an easy way to save variables with getter- and setter-methods.

  Sources   Download

MPL-2.0

by Avatar zyberspace