Skip to content

Equal Class and Namespace are recognized as one instead of two #63

@gossi

Description

@gossi

I have a namespace and a class with that namespace of the same name. like this

namespace gossi\webform;

class Webform {
...
}

So, contents of class Webform are recognized as contents of gossi\webform. So, methods from Webform are functions of gossi\webform, contants are moved as well, the class is empty. I committed my source and uploaded the docs:

Code: http://github.com/gossi/webform
Doc: http://gossi.github.com/webform/api

Thanks
gossi

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions