PHP Class eZ\Publish\Core\REST\Server\Values\RestContentCreateStruct

Inheritance: extends eZ\Publish\API\Repository\Values\ValueObject
Show file Open project: ezsystems/ezpublish-kernel

Public Properties

Property Type Description
$contentCreateStruct eZ\Publish\API\Repository\Values\Content\ContentCreateStruct
$locationCreateStruct eZ\Publish\API\Repository\Values\Content\LocationCreateStruct

Public Methods

Method Description
__construct ( eZ\Publish\API\Repository\Values\Content\ContentCreateStruct $contentCreateStruct, eZ\Publish\API\Repository\Values\Content\LocationCreateStruct $locationCreateStruct ) Construct.

Method Details

__construct() public method

Construct.
public __construct ( eZ\Publish\API\Repository\Values\Content\ContentCreateStruct $contentCreateStruct, eZ\Publish\API\Repository\Values\Content\LocationCreateStruct $locationCreateStruct )
$contentCreateStruct eZ\Publish\API\Repository\Values\Content\ContentCreateStruct
$locationCreateStruct eZ\Publish\API\Repository\Values\Content\LocationCreateStruct

Property Details

$contentCreateStruct public property

public ContentCreateStruct,eZ\Publish\API\Repository\Values\Content $contentCreateStruct
return eZ\Publish\API\Repository\Values\Content\ContentCreateStruct

$locationCreateStruct public property

public LocationCreateStruct,eZ\Publish\API\Repository\Values\Content $locationCreateStruct
return eZ\Publish\API\Repository\Values\Content\LocationCreateStruct