Class ApiShell
API shell to show method signatures of CakePHP core classes.
Implementation of a Cake Shell to show CakePHP core method signatures.
- AppShell
- 
			 ApiShell ApiShell
		
		
		
		Package: Cake\Console\Command
Copyright: Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
License: MIT License
Location: Cake/Console/Command/ApiShell.php
	
	Copyright: Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
License: MIT License
Location: Cake/Console/Command/ApiShell.php
Properties summary
- 
			$pathspublicarrayMap between short name for paths and real paths.
Method Summary
- 
			_parseClass() protectedParse a given class (located on given file) and get public methods and their signatures. 
- 
			getOptionParser() publicGets the option parser instance and configures it.
- 
			help() publicShow help for this shell.
- 
			initialize() publicOverride initialize of the Shell
- 
			main() publicOverride main() to handle action
Method Detail
_parseClass() protected ¶
_parseClass( string $path , string $class )
Parse a given class (located on given file) and get public methods and their signatures.
Parameters
- string $path
- File path
- string $class
- Class name
Returns
					array
Methods and signatures indexed by method name
				
		Methods and signatures indexed by method name
