0.3.2
-
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);
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);