Class ServerShell
built-in Server Shell
- AppShell
- 
			 ServerShell 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() protectedDisplays a header for the shell
- 
			getOptionParser() publicGets the option parser instance and configures it.
- 
			initialize() publicOverride initialize of the Shell
- 
			main() publicOverride main() to handle action
- 
			startup() publicStarts up the Shell and displays the welcome message. Allows for checking and configuring prior to command or main execution 
