Skip to content

0.3.2

Compare
Choose a tag to compare
@sergeyklay sergeyklay released this 27 Dec 19:56
· 84 commits to master since this release
8a16b85
  • Improved method modifiers support like:

    static protected final function foo ()
    {
    }
  • Fixed chain of call syntax support. For example:

    return (<ManagerInterface> this->manager)->setModelSchema(this, schema);