eZ\Publish\Core\Repository\LocationService::newLocationUpdateStruct PHP 메소드

newLocationUpdateStruct() 공개 메소드

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