PHP 클래스 Newscoop\Service\Implementation\Exception\XMLMissingAttribueException

상속: extends Exception
파일 보기 프로젝트 열기: sourcefabric/newscoop

보호된 프로퍼티들

프로퍼티 타입 설명
$attributeName string

공개 메소드들

메소드 설명
__construct ( $attributeName )
getAttributeName ( ) : string Provides the attribute name that is corrupted.

메소드 상세

__construct() 공개 메소드

public __construct ( $attributeName )

getAttributeName() 공개 메소드

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

프로퍼티 상세

$attributeName 보호되어 있는 프로퍼티

protected string $attributeName
리턴 string