PHP Класс Sulu\Component\Content\Exception\UnexpectedPropertyType

Наследование: extends Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
__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