PHP Class SlevomatCodingStandard\Sniffs\Namespaces\NoKeywordsException

Inheritance: extends Exception
Show file Open project: slevomat/coding-standard

Public Methods

Method Description
__construct ( string $sniffClassName, string $propertyName, Exception $previous = null )
getPropertyName ( ) : string
getSniffClassName ( ) : string

Method Details

__construct() public method

public __construct ( string $sniffClassName, string $propertyName, Exception $previous = null )
$sniffClassName string
$propertyName string
$previous Exception

getPropertyName() public method

public getPropertyName ( ) : string
return string

getSniffClassName() public method

public getSniffClassName ( ) : string
return string