GraphAware\Neo4j\OGM\Metadata\LabeledPropertyMetadata::setLabel PHP Method

setLabel() public method

public setLabel ( object $object, boolean $value )
$object object
$value boolean
    public function setLabel($object, $value)
    {
        $this->reflectionProperty->setAccessible(true);
        $this->reflectionProperty->setValue($object, $value);
    }