PHP Class Sulu\Component\Content\Exception\UnexpectedPropertyType

Inheritance: extends Exception
Show file Open project: sulu/sulu

Public Methods

Method Description
__construct ( Sulu\Component\Content\Compat\PropertyInterface $property, Sulu\Component\Content\ContentTypeInterface $contentType )
getContentType ( ) : Sulu\Component\Content\ContentTypeInterface
getProperty ( ) : Sulu\Component\Content\Compat\PropertyInterface

Method Details

__construct() public method

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 method

public getContentType ( ) : Sulu\Component\Content\ContentTypeInterface
return Sulu\Component\Content\ContentTypeInterface

getProperty() public method

public getProperty ( ) : Sulu\Component\Content\Compat\PropertyInterface
return Sulu\Component\Content\Compat\PropertyInterface