generated from mirzaev/pot
	Initial commit
This commit is contained in:
		
							
								
								
									
										21
									
								
								author/project/system/models/enumerations/session.php
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										21
									
								
								author/project/system/models/enumerations/session.php
									
									
									
									
									
										Executable file
									
								
							@@ -0,0 +1,21 @@
 | 
			
		||||
<?php
 | 
			
		||||
 | 
			
		||||
declare(strict_types=1);
 | 
			
		||||
 | 
			
		||||
namespace mirzaev\shabashka\models\enumerations;
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * Session
 | 
			
		||||
 *
 | 
			
		||||
 * Types of session verification
 | 
			
		||||
 *
 | 
			
		||||
 * @package mirzaev\shabashka\models\enumerations
 | 
			
		||||
 *
 | 
			
		||||
 * @license http://www.wtfpl.net/ Do What The Fuck You Want To Public License
 | 
			
		||||
 * @author mirzaev <mail@domain.zone>
 | 
			
		||||
 */
 | 
			
		||||
enum session
 | 
			
		||||
{
 | 
			
		||||
    case hash_only;
 | 
			
		||||
    case hash_else_address;
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user