- Developper API  2.0.5
developerApi_2.0.5/Lockable.php File Reference

Go to the source code of this file.

Data Structures

interface  Lockable
 when an object implements Lockable it may be unmutable. The developper must ensure the unmutability of the object whenever lock is called. Static method are implemented on the final class Lockables (to send LockException for instance). This has been used during developement but is not anymore. However it might be useful for some case to have unmutable object to ensure data integrity. More...
class  Lockables
 Collection of methods that can be used with objects that implements Lockable. More...

Detailed Description

Definition in file Lockable.php.