PHP 클래스 Sulu\Component\Webspace\Loader\Exception\WebspaceException

상속: extends Exception
파일 보기 프로젝트 열기: sulu/sulu 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$webspace Sulu\Component\Webspace\Webspace The webspace of this exception.

공개 메소드들

메소드 설명
getWebspace ( ) : Webspace Returns the webspace of this exception.

메소드 상세

getWebspace() 공개 메소드

Returns the webspace of this exception.
public getWebspace ( ) : Webspace
리턴 Sulu\Component\Webspace\Webspace

프로퍼티 상세

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

The webspace of this exception.
protected Webspace,Sulu\Component\Webspace $webspace
리턴 Sulu\Component\Webspace\Webspace