function _convert(&$data, $encoding)
 {
     error_no_method('_convert', get_class($this));
 }
Exemplo n.º 2
0
 function &get_value(&$owner_value)
 {
     error_no_method('get_value', get_class($this));
 }
Exemplo n.º 3
0
 function build(&$box, $text, &$pipeline)
 {
     error_no_method('build', get_class($this));
 }
Exemplo n.º 4
0
 /**
  * Get check status code; status code should be one of the following 
  * predefined constants:
  * CHECK_STATUS_FAILED  - check failed, script will not work unless this issue is fixed 
  * CHECK_STATUS_WARNING - check succeeded, script may encounter minor issues
  * CHECK_STATUS_SUCCESS - check succeeded without any problems
  * 
  * @return Integer Status code
  */
 function getStatus()
 {
     error_no_method('status', get_class($this));
 }