LdapTools\Utilities\UserParameters::setTSPropertyArray PHP Метод

setTSPropertyArray() публичный Метод

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