Skip to content
warmans edited this page Aug 24, 2012 · 4 revisions

ClosureForm API Documentation

TestLib

FirstClass

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 foo

Returns: boolean


`public` **doSecondThing**( TestLib\FirstClass $myself )

Do the second thing.

Returns: \FirstClass


`private` **_doPrivateThing**(  )

Do something private.

Returns: array

TestLib\Sub

SecondClass

FirstClass

Array author : warmans


`public` **doUtility**( array $arg1, [array $arg2] )

Do The First Thing

Returns: boolean

Clone this wiki locally