Class ServerShell
built-in Server Shell
- AppShell
 - 
			
ServerShell			
			
			
		 
		
		
		
		Package: Cake\Console\Command
Copyright: Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
License: MIT License
Location: Cake/Console/Command/ServerShell.php
	
	
	Copyright: Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
License: MIT License
Location: Cake/Console/Command/ServerShell.php
Properties summary
- 
			
$_documentRootprotectedstringdocument root - 
			
$_hostprotectedstringserver host - 
			
$_portprotectedstringlisten port 
Method Summary
- 
			
_welcome() protected
Displays a header for the shell - 
			
getOptionParser() public
Get and configure the optionparser. - 
			
initialize() public
Override initialize of the Shell - 
			
main() public
Override main() to handle action - 
			
startup() public
Starts up the Shell and displays the welcome message. Allows for checking and configuring prior to command or main execution