Manuel Teuber

Results 3 issues of Manuel Teuber

Is there an elegant way to reveal a node (or all nodes of a Selection) that may currently be hidden (collapsed) as children of other nodes? Thank you!

Hi, thanks for this project :-) It would be great if you add numbers (0 - 9) and some special characters like .,-_() etc. Maybe every symbol you see on...

Hi, is it possible to return the name of the calling class of a (static) method? Example: ``` php class User extends DataObject { } $users = User::get(); // byID(5);...