Hi,
starting to use OOP in PHP 5, I found that my PHP method:
private function name()
will not appear in the function list. I edited the wordfile.txt and managed to get at least two options in front of the function keyword working, but the third will not work.
Works:
/Function String 2 = "%[^t ]++^{public^}^{protected^}[^t ]+function[^t ]+^([a-z0-9_&]+^)"
This works for public and protected, but I don't have a clue how to add a third element "private" can work and how I could implement the optional element "abstract". Looks I don't know enough about the UltraEdit RegEx.
Thanx for any suggestions.
Burkhart
starting to use OOP in PHP 5, I found that my PHP method:
private function name()
will not appear in the function list. I edited the wordfile.txt and managed to get at least two options in front of the function keyword working, but the third will not work.
Works:
/Function String 2 = "%[^t ]++^{public^}^{protected^}[^t ]+function[^t ]+^([a-z0-9_&]+^)"
This works for public and protected, but I don't have a clue how to add a third element "private" can work and how I could implement the optional element "abstract". Looks I don't know enough about the UltraEdit RegEx.
Thanx for any suggestions.
Burkhart