Thanks to visit codestin.com
Credit goes to github.com

Skip to content

There is no way to change the type of a property #79

@dantleech

Description

@dantleech

The Property class in the JCR API accepts Value objects, Value objects are of a specified type, and setting them with setValue will change the value of the node. PHPCR is missing this missing this feature:

http://www.day.com/specs/jsr170/javadocs/jcr-1.0/javax/jcr/Property.html#setValue(javax.jcr.Value)

We should probably add a ->setType method.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions