![]() |
- Developper API
2.0.5
|
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... |
Definition in file Lockable.php.