Reference types in PHP
Posted: Tue Aug 18, 2009 1:49 am
I am working on finding the Coupling between objects for a PHP class. (Represents the number of other classes to which a class is coupled to. Counts the number of reference types that are used in attribute declarations, formal parameters, return types, throws declarations, local variables, and types from which attribute and method selections are made.)
Can anyone give a example of how refernce types are created in PHP.
Can anyone give a example of how refernce types are created in PHP.