Skip to content

1.0.0

Latest

Choose a tag to compare

@ilyabakhlinlebedev ilyabakhlinlebedev released this 19 Apr 03:33
89fe1e6

Added

Interfaces

  • Added the \Quorrax\Interfaces\Variable interface.
    • Added the public __construct method.
    • Added the public getValue method.

Classes

  • Added the \Quorrax\Classes\Variable class.
    • Added the public __construct method.
    • Added the public getValue method.
    • Added the private setValue method.
    • Added the private value property.