TypehintableBehavior
TypehintableBehavior copied to clipboard
Insane Propel behavior that helps you to be compliant with third-party interfaces by adding type hint to generated methods.
I had problem with FOSUserBundle not respecting type hinting for cross reference tables. Probably same applies to FK tables too. I must point out, db was Postgres. Turned out that...
Hi, this branch doesn't work "willdurand/propel-typehintable-behavior": "~2.0@dev" how to have this behavior for Propel2, FosUserBundle needs it. thanks for your help.
Hi, the typehintable behavior is needed by FosUserBundle with Propel2, i found this package on Oujesky repository, but this branch doesn't exist "willdurand/propel-typehintable-behavior": "~2.0@dev" how to make it works with...
you are adding use statements, but without checking if they could conflict with other classes in the same namespace (possible only if the user try to typehint a class `...\Base*`...
Currently, if an invalid name is used, the behavior simply skips it silently. This makes it very difficult to spot typos in the config of the behavior. The [filter function](https://github.com/willdurand/TypehintableBehavior/blob/master/src/TypehintableBehavior.php#L103)...