PEIP_Content_Type_Selector Class Reference

Inheritance diagram for PEIP_Content_Type_Selector:

PEIP_INF_Message_Selector List of all members.

Public Member Functions

 __construct ($type)
 acceptMessage (PEIP_INF_Message $message)

Protected Attributes

 $type

Static Protected Attributes

static $types

Detailed Description

Definition at line 21 of file PEIP_Content_Type_Selector.php.


Constructor & Destructor Documentation

PEIP_Content_Type_Selector::__construct ( type  ) 

public

Parameters:
$type 
Returns:

Definition at line 47 of file PEIP_Content_Type_Selector.php.

References $type.


Member Function Documentation

PEIP_Content_Type_Selector::acceptMessage ( PEIP_INF_Message message  ) 

public

Parameters:
$message 
Returns:

Implements PEIP_INF_Message_Selector.

Definition at line 57 of file PEIP_Content_Type_Selector.php.


Member Data Documentation

PEIP_Content_Type_Selector::$type [protected]

Definition at line 25 of file PEIP_Content_Type_Selector.php.

Referenced by __construct().

PEIP_Content_Type_Selector::$types [static, protected]

Initial value:

 array(
            'string' => 'is_string',
            'int' => 'is_int',
            'float' => 'is_float',
            'numeric' => 'is_numeric',
            'bool' => 'is_bool',
            'boolean' => 'is_bool',
            'array' => 'is_array',
            'scalar' => 'is_scalar',
            'object' => 'is_object',
            'resource' => 'is_resource'
        )

Definition at line 28 of file PEIP_Content_Type_Selector.php.


The documentation for this class was generated from the following file:
Generated on Mon Apr 12 11:39:01 2010 for PEIP by  doxygen 1.5.1