Changes between Version 14 and Version 15 of ModParrotHLLDocs

Show
Ignore:
Timestamp:
12/25/08 21:44:03 (13 years ago)
Author:
jhorwitz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ModParrotHLLDocs

    v14 v15  
    258258{{{ModParrot;Context}}} provides the following methods: 
    259259||Method||Returns|| 
    260 ||request_rec||the current request record as an Apache;RequestRec object|| 
    261 ||server_rec||the current server record as an Apache;ServerRec object (NOT SUPPORTED UNTIL 0.6)|| 
    262 ||conn_rec||the current connection record as an Apache::ConnRec object (NOT SUPPORTED UNTIL 0.6)|| 
    263 ||csd||||the current connection descriptor (usually a socket) as an unmanaged PMC (NOT SUPPORTED UNTIL 0.6)|| 
    264 ||pconf||the configuration pool as an Apache;Pool object|| 
    265 ||ptemp||the temporary pool as an Apache;Pool object|| 
    266 ||plog||the log pool as an Apache;Pool object|| 
    267 ||pchild||the child pool as an Apache;Pool object|| 
     260||request_rec||the current request record as a ModParrot;Apache;RequestRec object|| 
     261||server_rec||the current server record as a ModParrot;Apache;ServerRec object (NOT SUPPORTED UNTIL 0.6)|| 
     262||conn_rec||the current connection record as a ModParrot;Apache;ConnRec object (NOT SUPPORTED UNTIL 0.6)|| 
     263||csd||the current connection descriptor (usually a socket) as an unmanaged PMC (NOT SUPPORTED UNTIL 0.6)|| 
     264||pconf||the configuration pool as an ModParrot;Apache;Pool object|| 
     265||ptemp||the temporary pool as an ModParrot;Apache;Pool object|| 
     266||plog||the log pool as an ModParrot;Apache;Pool object|| 
     267||pchild||the child pool as an ModParrot;Apache;Pool object|| 
    268268 
    269269=== Capturing Output ===