PHP Class Newscoop\Service\Implementation\Exception\XMLMissingAttribueException

Inheritance: extends Exception
Show file Open project: sourcefabric/newscoop

Protected Properties

Property Type Description
$attributeName string

Public Methods

Method Description
__construct ( $attributeName )
getAttributeName ( ) : string Provides the attribute name that is corrupted.

Method Details

__construct() public method

public __construct ( $attributeName )

getAttributeName() public method

Provides the attribute name that is corrupted.
public getAttributeName ( ) : string
return string The attribute name, not null.

Property Details

$attributeName protected property

protected string $attributeName
return string