@@ -16,10 +16,16 @@ |
||
| 16 | 16 | |
| 17 | 17 | public function forcePersist(); |
| 18 | 18 | |
| 19 | + /** |
|
| 20 | + * @return void |
|
| 21 | + */ |
|
| 19 | 22 | public function prePersist(); |
| 20 | 23 | |
| 21 | 24 | public function postPersist(); |
| 22 | 25 | |
| 26 | + /** |
|
| 27 | + * @return void |
|
| 28 | + */ |
|
| 23 | 29 | public function preUpdate(); |
| 24 | 30 | |
| 25 | 31 | public function postUpdate(); |
@@ -186,6 +186,9 @@ |
||
| 186 | 186 | return $this->getOnlyStore(); |
| 187 | 187 | } |
| 188 | 188 | |
| 189 | + /** |
|
| 190 | + * @param string $key |
|
| 191 | + */ |
|
| 189 | 192 | final protected function checkOnyExceptInArray($key, array $options = null) |
| 190 | 193 | { |
| 191 | 194 | if ( |