phpDocumentor Rewrite
Parsers
[ class tree: Rewrite ] [ index: Rewrite ] [ all elements ]

Class: IsapiRewriteHelper

Source Location: /modules/rewrite/classes/parsers/isapirewrite/IsapiRewriteHelper.class

Class IsapiRewriteHelper

Method Summary
array   checkFile()   Check if the httpd.ini file is writeable.
array   checkIsapiRewrite()   Return one of the following codes: REWRITE_STATUS_OK everything is fine REWRITE_STATUS_NO_ISAPI_REWRITE no ISAPI_Rewrite support
array   getHttpdiniContent()   Return the httpd.ini content given a set of rewrite rules.
array   getHttpdiniPath()   Return the absolute path to the httpd.ini file.
void   loadAdminRewriteTemplate()  
void   loadTestResultsTemplate()  
void   needsConfiguration()  
void   saveAccessList()  
void   saveActiveRules()  
void   saveEmbedConfig()  
array   writeFile()   Write Gallery data to the httpd.ini file.

[ Top ]
Methods
checkFile  [line 420]

  array checkFile( )

Check if the httpd.ini file is writeable.


API Tags:
Return:  GalleryStatus a status code int rewrite status code (REWRITE_STATUS_OK on success)


[ Top ]
checkIsapiRewrite  [line 455]

  array checkIsapiRewrite( )

Return one of the following codes: REWRITE_STATUS_OK everything is fine REWRITE_STATUS_NO_ISAPI_REWRITE no ISAPI_Rewrite support


API Tags:
Return:  GalleryStatus a status code int rewrite status code (REWRITE_STATUS_OK on success) int true rewrite status code (REWRITE_STATUS_OK on success)


[ Top ]
getHttpdiniContent  [line 190]

  array getHttpdiniContent( array $regexRules, [boolean $embedded = false]  )

Return the httpd.ini content given a set of rewrite rules.

Parameters:
array   $regexRules:  regular expression rules with settings
boolean   $embedded:  (optional) true if embedded httpd.ini content is wanted

API Tags:
Return:  GalleryStatus a status code string the gallery .htaccess section


[ Top ]
getHttpdiniPath  [line 405]

  array getHttpdiniPath( )

Return the absolute path to the httpd.ini file.


API Tags:
Return:  GalleryStatus a status code string httpd.ini file path


[ Top ]
loadAdminRewriteTemplate  [line 593]

  void loadAdminRewriteTemplate( &$template, &$form  )

Parameters:
   &$template: 
   &$form: 

API Tags:
See:  RewriteParser::loadAdminParserTemplate


[ Top ]
loadTestResultsTemplate  [line 552]

  void loadTestResultsTemplate( &$template, &$form  )

Parameters:
   &$template: 
   &$form: 

API Tags:
See:  RewriteParser::loadTestResultsTemplate


[ Top ]
needsConfiguration  [line 134]

  void needsConfiguration( $parser  )

Parameters:
   $parser: 

API Tags:
See:  RewriteParser::needsConfiguration


[ Top ]
saveAccessList  [line 98]

  void saveAccessList( $accessList, $allowEmptyReferer  )

Parameters:
   $accessList: 
   $allowEmptyReferer: 

API Tags:
See:  RewriteParser::saveAccessList


[ Top ]
saveActiveRules  [line 38]

  void saveActiveRules( $parser, [ $activeRules = null], [ $upgradeModule = null]  )

Parameters:
   $parser: 
   $activeRules: 
   $upgradeModule: 

API Tags:
See:  RewriteParser::saveActiveRules


[ Top ]
saveEmbedConfig  [line 630]

  void saveEmbedConfig( array $param, IsapiRewriteParser $parser, boolean $saveActiveRules  )

Parameters:
array   $param:  config values
IsapiRewriteParser   $parser: 
boolean   $saveActiveRules:  true if we want to write the httpd.ini


[ Top ]
writeFile  [line 486]

  array writeFile( array $regexRules  )

Write Gallery data to the httpd.ini file.

Parameters:
array   $regexRules:  regular expression rules with settings

API Tags:
Return:  GalleryStatus a status code int rewrite status code


[ Top ]

Documentation generated on Fri, 08 Oct 2010 05:20:37 -0700 by phpDocumentor 1.3.0RC6