ExampleCodeReflecion Class Reference

Inheritance diagram for ExampleCodeReflecion:

exampleFirst exampleInterfaceOne exampleInterfaceTwo

List of all members.

Public Member Functions

 doSomethingCool ($strName="hi", exampleSecond $obSecond=null, exampleSecond $objLastOne=null)
 hardWork ()

Static Protected Attributes

static $arrParadas = array()

Static Private Member Functions

static doNothing ()

Private Attributes

 $strName


Detailed Description

Definition at line 15 of file test1.php.


Member Function Documentation

static doNothing (  )  [static, private]

Definition at line 38 of file test1.php.

Referenced by doSomethingCool().

00039         {
00040                 // empty...
00041         }

doSomethingCool ( strName = "hi",
exampleSecond obSecond = null,
exampleSecond objLastOne = null 
) [final]

Will do something cool

Returns:
string

Definition at line 31 of file test1.php.

References $strName, doNothing(), and print.

Referenced by hardWork().

00032         {
00033                 $this->strName = $strName;
00034                 print "i change the name to " . $this->strName;
00035                 $this->doNothing();
00036         }

hardWork (  ) 

Definition at line 43 of file test1.php.

References doSomethingCool().

00044         {
00045                 for( $i = 0 ; $i < 20 ; $i++ )
00046                 {
00047                         $this->doSomethingCool( $i );
00048                 }
00049         }


Member Data Documentation

$arrParadas = array() [static, protected]

Definition at line 24 of file test1.php.

$strName [private]

else

string

Definition at line 22 of file test1.php.

Referenced by doSomethingCool().


The documentation for this class was generated from the following file:

Generated on Thu Feb 3 03:55:03 2011 for CodeToDiagram by  doxygen 1.5.9