Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

plugin can't list one method #33

Closed
canyavall opened this issue Mar 12, 2015 · 1 comment
Closed

plugin can't list one method #33

canyavall opened this issue Mar 12, 2015 · 1 comment
Labels

Comments

@canyavall
Copy link

First of all, thank you very much for this useful plugin!!

i have some kind of issue when listing one of my classes, this class contains this method:

public static function htmlSimplifyWord($text, $allowed_tags = '<h1><h2><h3><h4><h5><p><br><b><i><sub><sup><ul><ol><li>', $allowed_attributes = array('alt', 'href', 'title', 'rowspan', 'colspan', 'src', 'summary', 'class', 'id', 'name', 'title', 'target', 'nowrap', 'rel')) {}

This method is not listed in the plugin, I've copy pasted it in another classes and none could be listed.
I've seen the problem are the tags, removing them it works properly, just in case you need to know it!
Thank you for your work!

@Hirse
Copy link
Owner

Hirse commented Mar 12, 2015

Fixed in aa82ba3.
It is going to show static methods differently now as well.
I am also working on further features so I am going to update the extension once I finish that.
Feel free to test it before by installing from GitHub directly.

@Hirse Hirse closed this as completed Mar 12, 2015
@Hirse Hirse added this to the v1.0.0-alpha.0 milestone Jan 22, 2017
@Hirse Hirse added the bug label Jan 22, 2017
@Hirse Hirse removed this from the v1.0.0-alpha.0 milestone Jan 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants