Set options
| Parameters: | PatternOptions – |
|---|---|
| Return type: | void |
| Throws : | ExceptionInvalidArgumentException |
Call and cache a class method
| Parameters: |
|
|---|---|
| Return type: | mixed |
| Throws : | ExceptionRuntimeException |
| Throws : | Exception |
Generate a unique key in base of a key representing the callback part and a key representing the arguments part.
| Parameters: |
|
|---|---|
| Return type: | string |
| Throws : | ExceptionRuntimeException |
Generate a unique key in base of a key representing the callback part and a key representing the arguments part.
| Parameters: |
|
|---|---|
| Return type: | string |
| Throws : | ExceptionRuntimeException |
Class method call handler
| Parameters: |
|
|---|---|
| Return type: | mixed |
| Throws : | ExceptionRuntimeException |
| Throws : | Exception |
Writing data to properties.
NOTE: Magic properties will be cached too if the option cacheMagicProperties is enabled and the property doesn’t exist in real. If so it calls __set and removes cached data of previous __get and __isset calls.
| Parameters: |
|
|---|---|
| Return type: | void |
| See : |
Reading data from properties.
NOTE: Magic properties will be cached too if the option cacheMagicProperties is enabled and the property doesn’t exist in real. If so it calls __get.
| Parameters: | string – |
|---|---|
| Return type: | mixed |
| See : |
Checking existing properties.
NOTE: Magic properties will be cached too if the option cacheMagicProperties is enabled and the property doesn’t exist in real. If so it calls __get.
| Parameters: | string – |
|---|---|
| Return type: | bool |
| See : |