PHP 클래스 Sulu\Component\Content\Exception\UnexpectedPropertyType

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

공개 메소드들

메소드 설명
__construct ( Sulu\Component\Content\Compat\PropertyInterface $property, Sulu\Component\Content\ContentTypeInterface $contentType )
getContentType ( ) : Sulu\Component\Content\ContentTypeInterface
getProperty ( ) : Sulu\Component\Content\Compat\PropertyInterface

메소드 상세

__construct() 공개 메소드

public __construct ( Sulu\Component\Content\Compat\PropertyInterface $property, Sulu\Component\Content\ContentTypeInterface $contentType )
$property Sulu\Component\Content\Compat\PropertyInterface
$contentType Sulu\Component\Content\ContentTypeInterface

getContentType() 공개 메소드

public getContentType ( ) : Sulu\Component\Content\ContentTypeInterface
리턴 Sulu\Component\Content\ContentTypeInterface

getProperty() 공개 메소드

public getProperty ( ) : Sulu\Component\Content\Compat\PropertyInterface
리턴 Sulu\Component\Content\Compat\PropertyInterface