SyncProperty: new setter method, fix tabs
This commit is contained in:
parent
9d111d0db0
commit
e73413fc25
|
@ -23,6 +23,12 @@ class SyncProperty extends DbObject
|
|||
'merge_policy' => null
|
||||
);
|
||||
|
||||
public function setSource_column($value)
|
||||
{
|
||||
$this->source_expression = '$(' . $value . ')';
|
||||
return $this;
|
||||
}
|
||||
|
||||
/*
|
||||
protected $properties = array();
|
||||
|
||||
|
|
Loading…
Reference in New Issue