av/bonefish-traits

There is no license information available for the latest version (v1.0.1) of this package.

Abstract traits

v1.0.1 2015-09-12 12:55 UTC

This package is not auto-updated.

Last update: 2023-10-14 11:58:00 UTC


README

Simple package with some abstract traits

  • CacheHelperTrait
  • DirectoryCreator
  • Parametrized

CacheHelperTrait

Allows you to set a prefix for your cache and return unique keys with your prefix and identifier

DirectoryCreator

Simple wrapper for mkdir with file_exists check

Parametrized

Add parameters to your class and a simple getter and setter