LdapTools\Utilities\UserParameters::setTSPropertyArray PHP Method

setTSPropertyArray() public method

Set the TSPropertyArray data.
public setTSPropertyArray ( TSPropertyArray $tsPropertyArray = null )
$tsPropertyArray TSPropertyArray
    public function setTSPropertyArray(TSPropertyArray $tsPropertyArray = null)
    {
        $this->tsPropertyArray = $tsPropertyArray;
        return $this;
    }