eZ\Publish\Core\Repository\LocationService::newLocationUpdateStruct PHP Method

newLocationUpdateStruct() public method

Instantiates a new location update class.
public newLocationUpdateStruct ( ) : eZ\Publish\API\Repository\Values\Content\LocationUpdateStruct
return eZ\Publish\API\Repository\Values\Content\LocationUpdateStruct
    public function newLocationUpdateStruct()
    {
        return new LocationUpdateStruct();
    }