ErrLock PHP Framework  0.1
Public Member Functions | List of all members
EPF\Message Class Reference

Message. More...

Inheritance diagram for EPF\Message:
Inheritance graph
[legend]

Public Member Functions

 __toString ()
 String representation.
 
 getProperties ()
 Get all properties.
 
 getProperty (string $name)
 Get a property. More...
 
 setProperty (string $name, Property $property)
 Set a property. More...
 
- Public Member Functions inherited from EPF\StdClass
 __call (string $name, array $args)
 Call to inaccessible method. More...
 
 __get (string $name)
 Getter for inaccessible properties. More...
 
 __set (string $name, $value)
 Setter for inaccessible properties. More...
 

Detailed Description

Message.

Member Function Documentation

◆ getProperty()

EPF\Message::getProperty ( string  $name)

Get a property.

Parameters
[in]string$nameProperty name

◆ setProperty()

EPF\Message::setProperty ( string  $name,
Property  $property 
)

Set a property.

Parameters
[in]string$nameProperty name (unique)
[in]Property$property
Exceptions
EPF

The documentation for this class was generated from the following file: