Pheasant\PropertyReference::save PHP Method

save() public method

Saves the internal object
public save ( )
    public function save()
    {
        $this->_object->save();
        return $this;
    }