Maslosoft Mangan API
Class SecretAnnotation
Secret Annotation
Use this annotation to create "write-only" field, with possible callback when saving. When this annotation is active, only non empty values will be stored in database.
Optional callback can be used to transform value before save, ie hash function:
```php
- Maslosoft\Addendum\Collections\MetaAnnotation
 - 
			
			Maslosoft\Mangan\Meta\ManganAnnotation
			
			
			
		 - 
			
			Maslosoft\Mangan\Meta\ManganPropertyAnnotation
			
			
			
		 - 
			
Maslosoft\Mangan\Annotations\SecretAnnotation			
			
			
		 
		
		
		Namespace: Maslosoft\Mangan\Annotations
Secret('sha1'): ```
Author: Piotr Maselkowski
Located at Annotations/SecretAnnotation.php
	
		
		Secret('sha1'): ```
Author: Piotr Maselkowski
Located at Annotations/SecretAnnotation.php
Methods inherited from Maslosoft\Mangan\Meta\ManganPropertyAnnotation
Methods inherited from Maslosoft\Mangan\Meta\ManganAnnotation
	 API documentation generated by ApiGen