PHP Class PhpCsFixer\Console\Command\DescribeNameNotFoundException

Author: SpacePossum
Inheritance: extends InvalidArgumentException
Exibir arquivo Open project: friendsofphp/php-cs-fixer

Public Methods

Method Description
__construct ( string $name, string $type )
getName ( ) : string
getType ( ) : string

Method Details

__construct() public method

public __construct ( string $name, string $type )
$name string
$type string

getName() public method

public getName ( ) : string
return string

getType() public method

public getType ( ) : string
return string