Menu

#15 Function library

v0.7.1
open
None
2
2014-08-15
2005-02-15
No

When a function is defined inside a class ( it is a member
of that class ) it should be displayed as a class child in
the tree and not in the Functions folder

e.g.
<?
class clsTest
{
function TestIt()
{
// ...... Do something here
}
}
?>

now :

[Function Library]

myfile.php
--Functions
----TestIt
--Classes
----clsTest

desired:

[Function Library]

myfile.php
--Classes
----clsTest
----Functions
------TestIt

or

[Function Library]

myfile.php
--Classes
----clsTest
------TestIt

Discussion

  • Puiu Hrenciuc

    Puiu Hrenciuc - 2005-02-15
    • priority: 5 --> 2
     
  • Nicholas Hill

    Nicholas Hill - 2005-02-15
    • assigned_to: nobody --> nicholashill
     
  • Puiu Hrenciuc

    Puiu Hrenciuc - 2005-02-21
    • milestone: --> v0.7.1
     

Log in to post a comment.