Skip to content

Several small improvements, including possibility to access all options in one function call

Thomas Flori requested to merge github/fork/kler/master into master

Created by: kler

Hi, I've created a few small what I consider improvements :)

  • Changed private variables to protected, since the class is not final extending classes might want to access these
  • Adding PHPDoc to global vars
  • Adding @throws in function PHPDoc
  • Adding function to access all options.
  • Initializing options as an array instead of leaving it uninitialized.
  • Unit tests passes

Merge request reports