PEAR_Delegator
[ class tree: PEAR_Delegator ] [ index: PEAR_Delegator ] [ all elements ]

Class: PEAR_Delegator_ExceptionDelegateUndefined

Source Location: /PEAR_Delegator-0.1.0/Delegator/DelegatorExceptions.php

Class Overview

PEAR_Exception
   |
   --PEAR_Delegator_Exception
      |
      --PEAR_Delegator_ExceptionDelegateUndefined

This class defines the exception that is thrown when an undefined class delegate is referenced.


Author(s):

Methods


Inherited Variables

Inherited Methods


Class Details

[line 59]
This class defines the exception that is thrown when an undefined class delegate is referenced.


[ Top ]


Method Detail

__construct (Constructor)   [line 70]

PEAR_Delegator_ExceptionDelegateUndefined __construct( mixed $delegate, [ $func = 'addDelegate'], string $method)

Constructs a PEAR_Delegator_ExceptionDelegateUndefined.

This exception is thrown when adding a static delegate that has not been defined


Parameters:

mixed   $delegate   —  This is the undefined delegate. It can be a string.
string   $method   —  The offending method.
   $func   — 

[ Top ]


Documentation generated on Mon, 11 Mar 2019 14:31:29 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.