← Back to team overview

phpdevshell team mailing list archive

[Bug 661162] [NEW] Move or Link classes in Core

 

Public bug reported:

Classes that needs to be camel case needs to be moved to their new
PHPDS_* class files linking or improving the original. Then PHPDevShell
plugin can be converted to use new class names. Old class name
my_class_name() should be compatible with new myClassName() and old
class call should continue to work indefinitely.

The needs to be done for API documentation so new users can learn to use
new classes.

** Affects: phpdevshell
     Importance: Medium
     Assignee: TitanKing (titan-phpdevshell)
         Status: Triaged

-- 
Move or Link classes in Core
https://bugs.launchpad.net/bugs/661162
You received this bug notification because you are a member of
PHPDevShell, which is subscribed to PHPDevShell.

Status in Open Source php gui type development framework.: Triaged

Bug description:
Classes that needs to be camel case needs to be moved to their new PHPDS_* class files linking or improving the original. Then PHPDevShell plugin can be converted to use new class names. Old class name my_class_name() should be compatible with new myClassName() and old class call should continue to work indefinitely.

The needs to be done for API documentation so new users can learn to use new classes.





Follow ups

References