-
Notifications
You must be signed in to change notification settings - Fork 0
Home
warmans edited this page Aug 24, 2012
·
4 revisions
This class is responsible for being the first class in the text parser. This is important because without a first class...
Array author : warmans
`public` **doFirstThing**( TestLib\FirstClass $arg1, [mixed $arg2] )Do The First Thing
Param Note: $arg1 This is a BAR attribute
Param Note: $arg2 fooReturns: boolean
`public` **doSecondThing**( TestLib\FirstClass $myself )Do the second thing.
Returns: \FirstClass
`private` **_doPrivateThing**( )Do something private.
Returns: array
FirstClass
Array author : warmans
`public` **doUtility**( array $arg1, [array $arg2] )Do The First Thing
Returns: boolean