Class we_app_Hook_Reader_Abstract

Description

abstract class for hook reader classes

Located in /app/Hook/Reader/Abstract.php (line 28)


	
			
Direct descendents
Class Description
we_app_Hook_Reader_Xml class for reading hook code from xml file
Variable Summary
contents $_content
source $_source
Method Summary
we_app_Hook_Reader_Abstract __construct ([ $source = ""])
void _read ()
bool _validate ( $source)
Variables
contents $_content = "" (line 40)
  • var: read from $this->_source
  • access: protected
source $_source = "" (line 35)
  • var: where the hooks are to be found. This could be an url, an array or a filename, depending on which reader class is to be used
  • access: protected
Methods
Constructor __construct (line 45)

Constructor

  • access: public
we_app_Hook_Reader_Abstract __construct ([ $source = ""])
  • $source
_read (line 60)
  • abstract:
  • access: protected
void _read ()

Redefined in descendants as:
_validate (line 58)

validates the specified reader source

  • return: true (source is valid) or false (source is invalid or unaccessible/unreachable)
  • abstract:
  • access: protected
bool _validate ( $source)
  • $source

Redefined in descendants as:

Documentation generated on Mon, 01 Sep 2008 11:35:29 +0200 by phpDocumentor 1.4.0